1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/auth_tests
2023-03-28 12:48:25 +02:00
..
fixtures
models
templates
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
test_admin_multidb.py
test_auth_backends.py
test_basic.py [4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys. 2023-03-08 11:33:03 +01:00
test_checks.py
test_context_processors.py
test_decorators.py
test_forms.py [4.2.x] Fixed #34438 -- Reallowed extending UserCreationForm. 2023-03-28 12:48:25 +02:00
test_handlers.py
test_hashers.py [4.2.x] Increased the default PBKDF2 iterations for Django 4.2. 2023-02-04 13:36:06 +01:00
test_management.py Fixed #34165 -- Made permissions creation respect the "using" parameter. 2022-12-24 11:58:33 +01:00
test_middleware.py
test_migrations.py
test_mixins.py [4.2.x] Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:37:29 +01:00
test_models.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
test_remote_user.py [4.2.x] Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:37:29 +01:00
test_signals.py
test_templates.py
test_tokens.py
test_validators.py
test_views.py Refs #34074 -- Used headers argument for RequestFactory and Client in docs and tests. 2023-01-04 09:11:36 +01:00
urls_admin.py
urls_custom_user_admin.py
urls.py