1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/tests/auth_tests
tschilling 0dcd549bbe Fixed #30360 -- Added support for secret key rotation.
Thanks Florian Apolloner for the implementation idea.

Co-authored-by: Andreas Pelme <andreas@pelme.se>
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Co-authored-by: Vuyisile Ndlovu <terrameijar@gmail.com>
2022-02-01 11:12:24 +01:00
..
fixtures
models Fixed #26615 -- Made password reset token invalidate when changing email. 2020-10-21 09:29:53 +02:00
templates
__init__.py
backend_alias.py Moved contrib.auth tests out of contrib. 2015-02-11 10:19:22 -05:00
client.py
common-passwords-custom.txt
settings.py Fixed #31575 -- Added system check for admin sidebar request context processor dependency. 2020-05-14 11:00:51 +02:00
test_admin_multidb.py Refs #31117 -- Made various tests properly handle unexpected databases aliases. 2020-01-20 14:39:02 +01:00
test_auth_backends.py Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueError on string or non-iterable perm_list. 2021-11-11 20:26:29 +01:00
test_basic.py
test_checks.py
test_context_processors.py
test_decorators.py
test_forms.py
test_handlers.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_hashers.py
test_management.py Fixed #33178 -- Made createsuperuser validate required fields passed in options in interactive mode. 2021-10-12 08:08:05 +02:00
test_middleware.py
test_migrations.py
test_mixins.py
test_models.py
test_remote_user.py
test_signals.py
test_templates.py Refs #31978 -- Fixed hint in admin's password reset confirmation form for custom username fields. 2020-11-30 06:34:22 +01:00
test_tokens.py Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
test_validators.py Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValidator. 2022-01-04 10:02:05 +01:00
test_views.py
urls_admin.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
urls_custom_user_admin.py
urls.py