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