.. |
fixtures
|
39a7eed1bb
Converted test fixtures to setUpTestData methods
|
il y a 10 ans |
models
|
eedc88bd4a
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
|
il y a 7 ans |
templates
|
29f607927f
Fixed spelling of "nonexistent".
|
il y a 8 ans |
__init__.py
|
2d7aca3da0
Moved contrib.auth tests out of contrib.
|
il y a 10 ans |
backend_alias.py
|
2d7aca3da0
Moved contrib.auth tests out of contrib.
|
il y a 10 ans |
client.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
il y a 8 ans |
common-passwords-custom.txt
|
1daae25bdc
Fixed #16860 -- Added password validation to django.contrib.auth.
|
il y a 9 ans |
settings.py
|
4e729feaa6
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
|
il y a 8 ans |
test_admin_multidb.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
il y a 7 ans |
test_auth_backends.py
|
7588d7e439
Improved test coverage for django.contrib.auth.
|
il y a 8 ans |
test_auth_backends_deprecation.py
|
a3ba2662cd
Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials.
|
il y a 7 ans |
test_basic.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
il y a 8 ans |
test_checks.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
il y a 8 ans |
test_context_processors.py
|
29f607927f
Fixed spelling of "nonexistent".
|
il y a 8 ans |
test_decorators.py
|
29f607927f
Fixed spelling of "nonexistent".
|
il y a 8 ans |
test_deprecated_views.py
|
29f607927f
Fixed spelling of "nonexistent".
|
il y a 8 ans |
test_forms.py
|
dff559ff83
Fixed #28097 -- Fixed layout of ReadOnlyPasswordHashWidget.
|
il y a 8 ans |
test_handlers.py
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
il y a 8 ans |
test_hashers.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
il y a 7 ans |
test_management.py
|
faaf62f616
Improved test coverage for createsuperuser command.
|
il y a 7 ans |
test_middleware.py
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
il y a 9 ans |
test_mixins.py
|
29f607927f
Fixed spelling of "nonexistent".
|
il y a 8 ans |
test_models.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
il y a 7 ans |
test_remote_user.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
il y a 8 ans |
test_signals.py
|
eedc88bd4a
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field.
|
il y a 7 ans |
test_templates.py
|
2366100872
Removed unneeded force_text calls in the test suite
|
il y a 8 ans |
test_tokens.py
|
95993a89ce
Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS.
|
il y a 7 ans |
test_validators.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
il y a 7 ans |
test_views.py
|
6092ea8fa6
Refs #27804 -- Used subTest() in several tests.
|
il y a 7 ans |
urls.py
|
d4d79d0f20
Refs #27025 -- Fixed "invalid escape sequence" warning in auth_tests on Python 3.6.
|
il y a 8 ans |
urls_admin.py
|
1e82094f1b
Fixed #21927 -- Made application and instance namespaces more distinct.
|
il y a 9 ans |
urls_custom_user_admin.py
|
d6eaf7c018
Refs #23919 -- Replaced super(ClassName, self) with super().
|
il y a 8 ans |
urls_deprecated.py
|
412b4126d7
Removed a blank line per isort and a trailing whitespace.
|
il y a 8 ans |