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-22 00:02:15 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
auth_tests
History
Mariusz Felisiak
ba082e0952
Refs
#33561
-- Made created=True required in signature of RemoteUserBackend.configure_user() subclasses.
...
Per deprecation timeline.
2023-01-17 11:49:15 +01:00
..
fixtures
…
models
…
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
#25617
-- Added case-insensitive unique username validation in UserCreationForm.
2022-12-29 09:42:22 +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
Fixed
#34165
-- Made permissions creation respect the "using" parameter.
2022-12-24 11:58:33 +01: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
Refs
#33561
-- Made created=True required in signature of RemoteUserBackend.configure_user() subclasses.
2023-01-17 11:49:15 +01:00
test_signals.py
…
test_templates.py
…
test_tokens.py
…
test_validators.py
…
test_views.py
Refs
#34074
-- Used headers argument for RequestFactory and Client in docs and tests.
2023-01-04 09:11:36 +01:00
urls_admin.py
…
urls_custom_user_admin.py
…
urls.py
…