Mariusz Felisiak 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. vor 4 Jahren
..
fixtures 39a7eed1bb Converted test fixtures to setUpTestData methods vor 10 Jahren
models 03dbdfd9bb Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS. vor 5 Jahren
templates 29f607927f Fixed spelling of "nonexistent". vor 8 Jahren
__init__.py 2d7aca3da0 Moved contrib.auth tests out of contrib. vor 10 Jahren
backend_alias.py 2d7aca3da0 Moved contrib.auth tests out of contrib. vor 10 Jahren
client.py 58df8aa40f Fixed #28780 -- Allowed specyfing a token parameter displayed in password reset URLs. vor 5 Jahren
common-passwords-custom.txt 1daae25bdc Fixed #16860 -- Added password validation to django.contrib.auth. vor 9 Jahren
settings.py 4e729feaa6 Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage. vor 8 Jahren
test_admin_multidb.py 2a2ea4ee18 Refs #31117 -- Made various tests properly handle unexpected databases aliases. vor 5 Jahren
test_auth_backends.py 3df3c5e670 Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authenticate() methods of authentication backends. vor 5 Jahren
test_basic.py 505fec6bad Capitalized Unicode in docs, strings, and comments. vor 5 Jahren
test_checks.py fba5d3b6e6 Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check. vor 5 Jahren
test_context_processors.py acc8dd4142 Fixed #28984 -- Made assorted code simplifications. vor 7 Jahren
test_decorators.py da0b2554ec Renamed camelCaseTestMethods to snake_case_test_methods vor 6 Jahren
test_forms.py 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. vor 4 Jahren
test_handlers.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports vor 8 Jahren
test_hashers.py 8aa71f4e87 Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes or strings. vor 5 Jahren
test_management.py c86201b6ed Disabled management commands output with verbosity 0 in various tests. vor 5 Jahren
test_middleware.py 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. vor 4 Jahren
test_migrations.py e8fcdaad5c Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup. vor 5 Jahren
test_mixins.py fc4f45ebdc Used assertRaisesMessage() in various tests. vor 5 Jahren
test_models.py 400ec5125e Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods. vor 5 Jahren
test_password_reset_timeout_days.py f791673537 Made token tests in auth_tests use assertIs() rather than assertTrue/False(). vor 5 Jahren
test_remote_user.py f283ffaa84 Fixed #28699 -- Fixed CSRF validation with remote user middleware. vor 5 Jahren
test_signals.py 14e34dcf8c Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_login isn't a field. vor 7 Jahren
test_templates.py 0f212db29d Made reused RequestFactory instances class attributes. vor 6 Jahren
test_tokens.py 8725d04764 Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_timeout failures. vor 5 Jahren
test_validators.py 42b9a23267 Fixed #30400 -- Improved typography of user facing strings. vor 5 Jahren
test_views.py 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. vor 4 Jahren
urls.py 27f67317da Removed unnecessary token regex in auth_tests URLs. vor 5 Jahren
urls_admin.py 043bd70942 Updated test URL patterns to use path() and re_path(). vor 6 Jahren
urls_custom_user_admin.py 043bd70942 Updated test URL patterns to use path() and re_path(). vor 6 Jahren