0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/tests/auth_tests
2023-03-28 11:33:20 +02:00
..
fixtures
models Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00
templates
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
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
test_basic.py Fixed #34384 -- Fixed session validation when rotation secret keys. 2023-03-08 10:48:04 +01:00
test_checks.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_context_processors.py
test_decorators.py
test_forms.py Fixed #34438 -- Reallowed extending UserCreationForm. 2023-03-28 11:33:20 +02:00
test_handlers.py
test_hashers.py Fixed some typos in comments, docstrings, and tests. 2023-03-20 08:07:23 +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 Fixed #31920 -- Made AuthenticationMiddleware add request.auser(). 2023-03-07 13:11:22 +01:00
test_migrations.py
test_mixins.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_models.py Fixed #33985 -- Used app_config.verbose_name in ContentType.__str__(). 2023-03-09 10:27:08 +01:00
test_remote_user.py Refs #33476 -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_signals.py Fixed #15619 -- Deprecated log out via GET requests. 2022-03-29 06:42:14 +02:00
test_templates.py
test_tokens.py
test_validators.py
test_views.py Refs #15619 -- Removed support for logging out via GET requests. 2023-01-17 11:49:15 +01:00
urls_admin.py
urls_custom_user_admin.py
urls.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00