1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/tests/auth_tests
2023-02-04 13:37:44 +01:00
..
fixtures Converted test fixtures to setUpTestData methods 2015-03-05 10:10:32 +11:00
models Fixed -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints. 2022-04-01 11:39:41 +02:00
templates Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
__init__.py
backend_alias.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
client.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
common-passwords-custom.txt Fixed -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
settings.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
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 Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_basic.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_checks.py Refs -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
test_context_processors.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_decorators.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Fixed -- Added case-insensitive unique username validation in UserCreationForm. 2022-12-29 09:42:22 +01:00
test_handlers.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_hashers.py Increased the default PBKDF2 iterations for Django 5.0. 2023-02-04 13:37:44 +01:00
test_management.py Fixed -- Made permissions creation respect the "using" parameter. 2022-12-24 11:58:33 +01:00
test_middleware.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_migrations.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_mixins.py Refs -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_models.py Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
test_remote_user.py Refs -- Applied Black's 2023 stable style. 2023-02-01 11:04:38 +01:00
test_signals.py Fixed -- Deprecated log out via GET requests. 2022-03-29 06:42:14 +02:00
test_templates.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_tokens.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_validators.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_views.py Refs -- Removed support for logging out via GET requests. 2023-01-17 11:49:15 +01:00
urls_admin.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls_custom_user_admin.py Refs -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
urls.py Refs -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00