Jon Janzen 5e98959d92 Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 2 years ago
..
fixtures 39a7eed1bb Converted test fixtures to setUpTestData methods 10 years ago
models 13a9cde133 Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 3 years ago
templates 29f607927f Fixed spelling of "nonexistent". 8 years ago
__init__.py 2d7aca3da0 Moved contrib.auth tests out of contrib. 10 years ago
backend_alias.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
client.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
common-passwords-custom.txt 1daae25bdc Fixed #16860 -- Added password validation to django.contrib.auth. 9 years ago
settings.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_admin_multidb.py 8e89dfe1c2 Fixed various tests on MySQL with MyISAM storage engine. 2 years ago
test_auth_backends.py 5e98959d92 Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 1 year ago
test_basic.py 5e98959d92 Fixed #34391 -- Added async-compatible interface to auth functions and related methods test clients. 1 year ago
test_checks.py 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
test_context_processors.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_decorators.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_forms.py fcc7dc5781 Fixed #34438 -- Reallowed extending UserCreationForm. 2 years ago
test_handlers.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_hashers.py 674c23999c Fixed #34565 -- Added support for async checking of user passwords. 1 year ago
test_management.py 5aaad5f39c Fixed #34165 -- Made permissions creation respect the "using" parameter. 2 years ago
test_middleware.py e846c5e724 Fixed #31920 -- Made AuthenticationMiddleware add request.auser(). 2 years ago
test_migrations.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_mixins.py 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
test_models.py 674c23999c Fixed #34565 -- Added support for async checking of user passwords. 1 year ago
test_remote_user.py 097e3a70c1 Refs #33476 -- Applied Black's 2023 stable style. 2 years ago
test_signals.py eb07b5be0c Fixed #15619 -- Deprecated log out via GET requests. 3 years ago
test_templates.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_tokens.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_validators.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
test_views.py 9a01311d20 Refs #15619 -- Removed support for logging out via GET requests. 2 years ago
urls.py 7119f40c98 Refs #33476 -- Refactored code to strictly match 88 characters line length. 3 years ago
urls_admin.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago
urls_custom_user_admin.py 9c19aff7c7 Refs #33476 -- Reformatted code with Black. 3 years ago