This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-30 12:09:25 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
konsti
48a1929ca0
Removed unnecessary trailing commas in tests.
2023-08-22 12:42:57 +02:00
..
fixtures
…
models
…
templates
…
__init__.py
…
backend_alias.py
…
client.py
…
common-passwords-custom.txt
…
settings.py
…
test_admin_multidb.py
…
test_auth_backends.py
Fixed
#34391
-- Added async-compatible interface to auth functions and related methods test clients.
2023-06-27 11:17:17 +02: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
…
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
#34565
-- Added support for async checking of user passwords.
2023-05-18 09:39:04 +02:00
test_management.py
Fixed
#34542
-- Made createsuperuser handle required blank fields in non-interactive mode.
2023-08-08 09:26:28 +02:00
test_middleware.py
…
test_migrations.py
…
test_mixins.py
…
test_models.py
Fixed
#34565
-- Added support for async checking of user passwords.
2023-05-18 09:39:04 +02:00
test_remote_user.py
…
test_signals.py
…
test_templates.py
…
test_tokens.py
…
test_validators.py
Removed unnecessary trailing commas in tests.
2023-08-22 12:42:57 +02:00
test_views.py
…
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…