django1/django/contrib/auth
Adrian Holovaty 564d556519 Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]. Thanks, Jay Skabber
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-23 23:14:36 +00:00
..
handlers Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO_SETTINGS_MODULE via a PythonOption instead of SetEnv 2006-05-31 02:09:07 +00:00
__init__.py Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, Gary Wilson 2006-07-20 20:26:10 +00:00
backends.py Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
create_superuser.py Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line function, and added docs 2006-05-05 03:08:29 +00:00
decorators.py Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00
forms.py Merged multi-auth branch to trunk. See the authentication docs for the ramifications of this change. Many, many thanks to Joseph Kocherhans for the hard work! 2006-06-28 16:37:02 +00:00
management.py Fixed #1802 -- Fixed database integrity error when creating permission objects after renaming a model 2006-06-20 04:44:27 +00:00
middleware.py Merged multi-auth branch to trunk. See the authentication docs for the ramifications of this change. Many, many thanks to Joseph Kocherhans for the hard work! 2006-06-28 16:37:02 +00:00
models.py Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models. 2006-07-19 12:48:30 +00:00
views.py Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]. Thanks, Jay Skabber 2006-07-23 23:14:36 +00:00