django1/django/contrib/auth
Malcolm Tredinnick c072c8dcd3 Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19 12:48:30 +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 #2325 -- fix the authentication framework to work with new-style classes. 2006-07-14 03:09:02 +00:00
backends.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
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 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