django1/django/contrib/auth/tests
Florian Apolloner 06f79354d0 Added tests for d21f3d9b17. 2012-09-17 21:56:19 +02:00
..
templates
__init__.py
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
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
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
views.py Fixed #17948 -- Isolated auth tests from custom template loaders 2012-09-15 21:39:08 +02:00