django1/django/contrib/auth
Adrian Holovaty fd5d923c6b Fixed #61 -- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-04 04:18:12 +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 Removed bug from [3461] -- __name__ is not assignable 2006-07-28 21:24:19 +00:00
forms.py Fixed #61 -- No more editing hashes when creating users via the admin. Created a special-case 'Add user' admin view. The change form still displays the hash, for the moment. 2006-08-04 04:18:12 +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 #2375 -- Changed password_reset auth view to make e-mail template name variable. Thanks, treborhudson@gmail.com 2006-07-27 17:48:35 +00:00