1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/auth_tests
2022-11-29 05:56:53 +01: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
test_checks.py
test_context_processors.py
test_decorators.py
test_forms.py Fixed #34187 -- Made UserCreationForm save many-to-many fields. 2022-11-29 05:56:53 +01:00
test_handlers.py
test_hashers.py Skipped scrypt tests when OpenSSL 1.1+ is not installed. 2022-10-20 18:50:48 -07:00
test_management.py Completed test coverage for createsuperuser command. 2022-09-27 09:57:16 +02:00
test_middleware.py
test_migrations.py
test_mixins.py
test_models.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
test_remote_user.py
test_signals.py
test_templates.py
test_tokens.py
test_validators.py
test_views.py Fixed ReadOnlyPasswordHashWidget's template for RTL languages. 2022-09-01 21:20:15 +02:00
urls_admin.py
urls_custom_user_admin.py
urls.py