django1/django/contrib/auth
Russell Keith-Magee fa4bb1b093 Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-30 01:21:03 +00:00
..
handlers Fixed #2770 -- Fixed a database connection leak in 2006-09-22 12:01:15 +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 #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 typos and improved documentation for permission_required decorator addition from [3779] 2006-09-25 17:33:17 +00:00
forms.py Removed an unnecessary import from r3857. I'd forgotten that _() was put into 2006-09-26 13:59:10 +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 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 Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect. 2006-09-30 01:21:03 +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