django1/django/contrib/auth/tests
Florian Apolloner 06f79354d0 Added tests for d21f3d9b17. 2012-09-17 21:56:19 +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 Made createsuperuser more robust when getting current OS username. 2012-08-17 23:15:20 -03:00
context_processors.py Ensured tests pass using custom PASSWORD_HASHERS. 2012-04-30 22:10:27 +03:00
decorators.py Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names. 2012-09-08 16:58:35 -06:00
forms.py Fixed test output check when password is blank 2012-09-12 11:58:02 +02:00
hashers.py Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct 2012-09-12 11:32:50 +02:00
management.py [py3] Fixed #18805 -- ported createsuperuser. 2012-08-20 22:25:41 +02:00
models.py [py3k] Silence many warnings while running the tests. 2012-09-07 13:17:34 -04: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 Added tests for d21f3d9b17. 2012-09-17 21:56:19 +02:00
tokens.py [py3] Fixed contrib.auth tests 2012-08-14 23:35:12 +02: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 Fixed #17948 -- Isolated auth tests from custom template loaders 2012-09-15 21:39:08 +02:00