0
0
mirror of https://github.com/django/django.git synced 2024-11-24 02:47:35 +01:00
django/tests/auth_tests
2024-11-15 13:53:13 +01:00
..
fixtures
models Fixed #35303 -- Implemented async auth backends and utils. 2024-10-07 14:19:41 +02:00
templates
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
test_admin_multidb.py
test_auth_backends.py Refs #28215 -- Marked auth form passwords as sensitive variables. 2024-11-15 13:53:13 +01:00
test_basic.py Fixed #35303 -- Implemented async auth backends and utils. 2024-10-07 14:19:41 +02:00
test_checks.py
test_context_processors.py
test_decorators.py Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated asyncio.iscoroutinefunction(). 2024-10-17 10:15:10 -03:00
test_forms.py Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2024-09-03 09:22:32 -03:00
test_handlers.py
test_hashers.py
test_management.py
test_middleware.py
test_migrations.py
test_mixins.py
test_models.py Fixed #35303 -- Implemented async auth backends and utils. 2024-10-07 14:19:41 +02:00
test_remote_user.py Fixed #35303 -- Implemented async auth backends and utils. 2024-10-07 14:19:41 +02:00
test_signals.py
test_templates.py
test_tokens.py
test_validators.py Fixed #35782 -- Allowed overriding password validation error messages. 2024-10-15 17:23:39 +02:00
test_views.py Refs #35727 -- Updated response.content.decode calls to use the HttpResponse.text property. 2024-10-16 11:52:22 +02:00
urls_admin.py
urls_custom_user_admin.py
urls.py