django1/django/contrib/auth/tests
Russell Keith-Magee f53491db6e #14374 -- Added some missing template files to ensure that contrib.auth tests will pass when admin isn't installed. Thanks to henriquebastos for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14003 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-08 13:50:54 +00:00
..
templates/registration #14374 -- Added some missing template files to ensure that contrib.auth tests will pass when admin isn't installed. Thanks to henriquebastos for the report and patch. 2010-10-08 13:50:54 +00:00
__init__.py Converted tests for contrib.auth.forms to unit tests. 2010-09-09 23:21:16 +00:00
auth_backends.py Fixed #12557 - AnonymousUser should check auth backends for permissions 2010-01-28 01:47:23 +00:00
basic.py Fixed #13569 -- Fixed createsuperuser management command to work with the new relaxed requirements for usernames. 2010-05-21 14:08:49 +00:00
decorators.py Added login_url argument to login_required decorator. Thanks mhlakhani and ericflo for the report and patch. 2010-09-10 19:38:57 +00:00
forms.py Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field causes KeyError 2010-09-09 23:31:54 +00:00
models.py Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` instead of `AttributeError` in certain circumstances. Thanks, Bruno Renié. 2010-02-23 05:52:37 +00:00
remote_user.py Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid "Vary: Cookie" 2009-10-14 18:09:13 +00:00
tokens.py Fixed #10265: fixed a bug when generating a password reset token for a user created on the same request. Thanks, crucialfelix. 2009-04-01 21:25:24 +00:00
urls.py Permit custom from-email address in auth forms email. 2010-09-12 22:38:01 +00:00
views.py Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Site/RequestSite usage in various places. 2010-10-04 14:20:47 +00:00