..
fixtures
Converted test fixtures to setUpTestData methods
2015-03-05 10:10:32 +11:00
models
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
templates
Fixed spelling of "nonexistent".
2017-02-03 08:01:45 -05:00
__init__.py
Moved contrib.auth tests out of contrib.
2015-02-11 10:19:22 -05:00
backend_alias.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
client.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
common-passwords-custom.txt
Fixed #16860 -- Added password validation to django.contrib.auth.
2015-06-07 19:31:20 +02:00
settings.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_admin_multidb.py
Fixed various tests on MySQL with MyISAM storage engine.
2022-04-18 07:05:52 +02:00
test_auth_backends.py
Used enterClassContext() where appropriate.
2024-01-04 05:55:29 +01:00
test_basic.py
Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients.
2023-06-27 11:17:17 +02:00
test_checks.py
Fixed #31405 -- Added LoginRequiredMiddleware.
2024-05-22 08:51:17 +02:00
test_context_processors.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_decorators.py
Fixed #31405 -- Added LoginRequiredMiddleware.
2024-05-22 08:51:17 +02:00
test_forms.py
Fixed #34977 -- Improved accessibility in the UserChangeForm by replacing the reset password link with a button.
2024-03-27 16:40:41 -03:00
test_handlers.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_hashers.py
Fixed #35428 -- Increased parallelism of the ScryptPasswordHasher.
2024-05-17 17:13:58 +02:00
test_management.py
Fixed #35408 -- Optimized post-migrate permission creation.
2024-05-13 08:34:57 +02:00
test_middleware.py
Fixed #31405 -- Added LoginRequiredMiddleware.
2024-05-22 08:51:17 +02:00
test_migrations.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_mixins.py
Refs #33476 -- Applied Black's 2023 stable style.
2023-02-01 11:04:38 +01:00
test_models.py
Used addCleanup() in tests where appropriate.
2023-12-31 10:01:31 +01:00
test_remote_user.py
Used enterClassContext() where appropriate.
2024-01-04 05:55:29 +01:00
test_signals.py
Used addCleanup() in tests where appropriate.
2023-12-31 10:01:31 +01:00
test_templates.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_tokens.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
test_validators.py
Removed unnecessary trailing commas in tests.
2023-08-22 12:42:57 +02:00
test_views.py
Fixed #31405 -- Added LoginRequiredMiddleware.
2024-05-22 08:51:17 +02:00
urls.py
Fixed #31405 -- Added LoginRequiredMiddleware.
2024-05-22 08:51:17 +02:00
urls_admin.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
urls_custom_user_admin.py
Refs #33476 -- Reformatted code with Black.
2022-02-07 20:37:05 +01:00