django/tests/auth_tests
Yuri Kaszubowski Lopes d98210c255 Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating get_user_permissions(). 2017-10-14 20:47:49 -04:00
..
fixtures
models
templates
__init__.py
backend_alias.py
client.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
common-passwords-custom.txt Fixed #16860 -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
settings.py
test_admin_multidb.py
test_auth_backends.py Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating get_user_permissions(). 2017-10-14 20:47:49 -04:00
test_basic.py Moved AnonymousUser tests to its own test case. 2017-09-28 13:11:07 -04:00
test_checks.py
test_context_processors.py Added a test for PermWrapper.__iter__(). 2017-09-26 19:42:50 -04:00
test_decorators.py
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 Completed test coverage for BasePasswordHasher. 2017-09-29 09:28:25 -04:00
test_management.py Fixed #28591 -- Added an error message for createsuperuser --username= (blank). 2017-10-09 21:49:35 -04:00
test_middleware.py
test_mixins.py
test_models.py Completed test coverage for AnonymousUser. 2017-09-28 13:11:23 -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
test_validators.py
test_views.py
urls.py
urls_admin.py
urls_custom_user_admin.py