django1/django/contrib/auth
Russell Keith-Magee 77ab11be45 Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27 12:46:39 +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 Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests. 2006-08-27 12:46:39 +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