django1/django/contrib/auth
Luke Plant 8c9b65429a Fixed bug in /admin/doc/views/ caused by [6658]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-09 15:27:49 +00:00
..
handlers Small change to modpython auth handler to support Apache 2.2 2007-09-15 18:36:31 +00:00
__init__.py Fixed #3505 -- Added handling for the error raised when the user forgets the comma in a single element tuple when defining AUTHENTICATION_BACKENDS. Thanks for the help identifying this problem, Mario Gonzalez <gonzalemario@gmail.com>. 2007-07-13 05:03:33 +00:00
backends.py Fixed #5636 -- Added missing Set import for Python2.3 support. Thanks, wangchun@exoweb.net. 2007-09-30 04:11:29 +00:00
create_superuser.py Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid usernames. Thanks for reporting, jmu 2006-09-26 15:28:07 +00:00
decorators.py Fixed bug in /admin/doc/views/ caused by [6658] 2007-11-09 15:27:49 +00:00
forms.py Fixed #5798 -- Added a missing translation marker. Thanks, maru. 2007-10-27 04:34:50 +00:00
management.py Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
middleware.py Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not class. Thanks for the patch, jkocherhans 2006-09-12 17:30:47 +00:00
models.py Fixed $5457 - the auth system now delegates permission checking to auth backend(s). As an added bonus, the auth backends now have some unit tests! Thanks, Florian Apolloner. 2007-09-19 16:50:30 +00:00
tests.py Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser can proxy for a User a bit more logically. Patch from semenov. 2007-09-15 18:01:29 +00:00
views.py Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun, DavidReynolds and effbot 2007-09-14 19:25:37 +00:00