django1/django/contrib/auth/tests
Claude Paroz 883c38c499 Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_PROCESSORS is overriden in tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-09 13:24:57 +00:00
..
templates Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00
__init__.py Fixed #17327 (again) -- Moved createsuperuser tests added in r17665. 2012-03-10 17:36:41 +00:00
auth_backends.py Used the override_settings decorator in the tests of auth, flatpages, and formtools. 2012-03-31 16:03:09 +00:00
basic.py Renovated password hashing. Many thanks to Justine Tunney for help with the initial patch. 2011-12-23 03:46:06 +00:00
context_processors.py Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_PROCESSORS is overriden in tests. 2012-04-09 13:24:57 +00:00
decorators.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
forms.py Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
hashers.py Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
management.py Fixed #17327 (again) -- Moved createsuperuser tests added in r17665. 2012-03-10 17:36:41 +00:00
models.py Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
remote_user.py Upgraded django.contrib.auth to be compatible with time zone support. 2011-11-20 10:50:18 +00:00
signals.py Use the class decorator syntax available in Python >= 2.6. Refs #17965. 2012-03-30 09:08:29 +00:00
tokens.py Fix broken test introduced by r17526. 2012-02-16 01:37:12 +00:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
views.py Used the override_settings decorator in the tests of auth, flatpages, and formtools. 2012-03-31 16:03:09 +00:00