django/tests/auth_tests
Aymeric Augustin 5dfa6fca96 Refactored out RedirectURLMixin.get_success_url().
This also adds a default implementation of get_default_redirect_url().
2022-04-20 10:04:29 +02: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 Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_context_processors.py
test_decorators.py
test_forms.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_handlers.py
test_hashers.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_management.py Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00
test_middleware.py
test_migrations.py
test_mixins.py
test_models.py Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
test_remote_user.py Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test_signals.py Fixed #15619 -- Deprecated log out via GET requests. 2022-03-29 06:42:14 +02:00
test_templates.py
test_tokens.py
test_validators.py
test_views.py Refactored out RedirectURLMixin.get_success_url(). 2022-04-20 10:04:29 +02:00
urls.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
urls_admin.py
urls_custom_user_admin.py