django1/django/contrib/auth/tests
Luke Plant 303bdc85a7 Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field causes KeyError
This was a regression introduced by [13683]

Thanks to adammckerlie@gmail.com for report.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@13702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-09 23:31:54 +00:00
..
templates/registration Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardless of any local templates. Thanks to aarond10 for the report, and SmileyChris for turning that into a patch. 2010-02-13 12:02:11 +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 Fixed #13304 -- Updated auth decorators so they can be used with callable classes. Thanks to Horst Gutmann for the report and patch. 2010-04-09 11:07:17 +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 Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on particular deployed URLs. Thanks to Kegan and Ramiro Morales for their contributions. 2009-05-04 07:05:44 +00:00
views.py Fixed #11457: tightened the security check for "next" redirects after logins. 2010-03-01 19:58:53 +00:00