.. |
fixtures
|
39a7eed1bb
Converted test fixtures to setUpTestData methods
|
10 år sedan |
models
|
eedc88bd4a
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
|
7 år sedan |
templates
|
29f607927f
Fixed spelling of "nonexistent".
|
8 år sedan |
__init__.py
|
2d7aca3da0
Moved contrib.auth tests out of contrib.
|
10 år sedan |
backend_alias.py
|
2d7aca3da0
Moved contrib.auth tests out of contrib.
|
10 år sedan |
client.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 år sedan |
common-passwords-custom.txt
|
1daae25bdc
Fixed #16860 -- Added password validation to django.contrib.auth.
|
9 år sedan |
settings.py
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
8 år sedan |
test_admin_multidb.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
7 år sedan |
test_auth_backends.py
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 år sedan |
test_auth_backends_deprecation.py
|
a3ba2662cd
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials.
|
7 år sedan |
test_basic.py
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 år sedan |
test_checks.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 år sedan |
test_context_processors.py
|
29f607927f
Fixed spelling of "nonexistent".
|
8 år sedan |
test_decorators.py
|
29f607927f
Fixed spelling of "nonexistent".
|
8 år sedan |
test_forms.py
|
a96b981d84
Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields.
|
7 år sedan |
test_handlers.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
8 år sedan |
test_hashers.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
7 år sedan |
test_management.py
|
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
|
7 år sedan |
test_middleware.py
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
9 år sedan |
test_mixins.py
|
29f607927f
Fixed spelling of "nonexistent".
|
8 år sedan |
test_models.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
7 år sedan |
test_remote_user.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 år sedan |
test_signals.py
|
18dd9ba481
Fixed test in auth_tests modifying data from setUpTestData().
|
7 år sedan |
test_templates.py
|
2366100872
Removed unneeded force_text calls in the test suite
|
8 år sedan |
test_tokens.py
|
95993a89ce
Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS.
|
7 år sedan |
test_validators.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
7 år sedan |
test_views.py
|
6e40b70bf4
Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login().
|
7 år sedan |
urls.py
|
2c69824e5a
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
|
7 år sedan |
urls_admin.py
|
1e82094f1b
Fixed #21927 -- Made application and instance namespaces more distinct.
|
9 år sedan |
urls_custom_user_admin.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
8 år sedan |