django/tests/auth_tests
ZachLiuGIS 2dacc2ccd9 Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.
Regression in 78963495d0.

Forwardport of f8e0557b01 from stable/1.11.x
2017-09-03 12:06:44 -04:00
..
fixtures
models Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 2017-05-29 17:31:18 -04:00
templates
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
test_admin_multidb.py Refs #27804 -- Used subTest() in several tests. 2017-05-24 08:36:34 -04:00
test_auth_backends.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
test_auth_backends_deprecation.py
test_basic.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
test_checks.py
test_context_processors.py
test_decorators.py
test_deprecated_views.py Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments. 2017-09-03 12:06:44 -04:00
test_forms.py Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields. 2017-06-21 09:22:15 -04:00
test_handlers.py
test_hashers.py Refs #27804 -- Used subTest() in several tests. 2017-05-24 08:36:34 -04:00
test_management.py Used assertRaisesMessage() to test Django's error messages. 2017-07-29 19:07:23 -04:00
test_middleware.py
test_mixins.py
test_models.py Refs #27804 -- Used subTest() in several tests. 2017-05-24 08:36:34 -04:00
test_remote_user.py
test_signals.py Fixed test in auth_tests modifying data from setUpTestData(). 2017-09-01 21:43:41 -04:00
test_templates.py
test_tokens.py Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS. 2017-05-29 09:22:22 -04:00
test_validators.py Refs #27804 -- Used subTest() in several tests. 2017-05-24 08:36:34 -04:00
test_views.py Fixed #28513 -- Added POST request support to LogoutView. 2017-08-24 09:11:16 -04:00
urls.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
urls_admin.py
urls_custom_user_admin.py
urls_deprecated.py Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00