~matiasb/django-openid-auth/py3-migration

  • Committer: Anthony Lenton
  • Date: 2013-03-13 21:50:58 UTC
  • mfrom: (89.2.1 django-openid-auth)
  • Revision ID: anthony.lenton@canonical.com-20130313215058-5uhuybt1z90ricoe
[r=elachuni,facundobatista] LP#936153, After login, redirecting to a URL that contains non-ASCII characters would fail because the naive "str(foo)" scheme used in urllib would use the default system encoding, which we can't trust at all.
Filename Latest Rev Last Changed Committer Comment Size
..
management 33 15 years ago James Henstridge Add a management command to clean up stale OpenID Diff
templates 3 17 years ago swillison Ready for launch Diff
tests 24 15 years ago James Henstridge Add some tests for the DjangoOpenIDStore implement Diff
__init__.py 73 13 years ago James Henstridge Update copyright notices. 1.3 KB Diff Download File
admin.py 92 11 years ago anthony.lenton at canonical [r=jamesh] Small changes to make it work with djan 3.5 KB Diff Download File
auth.py 92 11 years ago anthony.lenton at canonical [r=jamesh] Small changes to make it work with djan 13.4 KB Diff Download File
exceptions.py 80.2.4 12 years ago Michael Hall Merge from trunk 2.5 KB Diff Download File
forms.py 73 13 years ago James Henstridge Update copyright notices. 3.4 KB Diff Download File
models.py 73 13 years ago James Henstridge Update copyright notices. 2.3 KB Diff Download File
signals.py 78.1.1 13 years ago Michael Nelson Correct signal name and provide openid_response as 1.5 KB Diff Download File
store.py 73 13 years ago James Henstridge Update copyright notices. 4.7 KB Diff Download File
teams.py 73 13 years ago James Henstridge Update copyright notices. 13.9 KB Diff Download File
urls.py 73 13 years ago James Henstridge Update copyright notices. 1.6 KB Diff Download File
views.py 93 11 years ago Anthony Lenton [r=elachuni,facundobatista] LP#936153, After login 12.6 KB Diff Download File