django1/django/contrib/auth/tests
Claude Paroz 09a719a4e6 Fixed #7833 -- Improved UserCreationForm password validation
Make UserCreationForm password validation similar to
SetPasswordForm and AdminPasswordChangeForm, so as the match
check is only done when both passwords are supplied.
Thanks Mitar for the suggestion.
2012-08-04 14:55:13 +02:00
..
templates Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
__init__.py Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility flag. Thanks Aymeric Augustin for the initial patch and Ramiro Morales for the review. 2012-04-26 17:15:40 +00:00
auth_backends.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
basic.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
context_processors.py Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03: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 Fixed #7833 -- Improved UserCreationForm password validation 2012-08-04 14:55:13 +02:00
hashers.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
management.py [py3] Switched to Python 3-compatible imports. 2012-07-22 09:29:56 +02:00
models.py Fixed #17966 -- Isolated ProfileTestCase from custom AUTH_PROFILE_MODULE 2012-06-25 20:26:17 +02: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 Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03: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 [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +02:00