Tim Graham 6e40b70bf4 Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login(). 7 年之前
..
fixtures 39a7eed1bb Converted test fixtures to setUpTestData methods 10 年之前
models eedc88bd4a Fixed #26823 -- Prevented update_last_login signal receiver from crashing if User model doesn't have last_login field. 7 年之前
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 d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 年之前
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 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 年之前
test_auth_backends.py a51c4de194 Used assertRaisesMessage() to test Django's error messages. 7 年之前
test_auth_backends_deprecation.py a3ba2662cd Refs #28207 -- Fixed contrib.auth.authenticate() if 'backend' is in the credentials. 7 年之前
test_basic.py a51c4de194 Used assertRaisesMessage() to test Django's error messages. 7 年之前
test_checks.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
test_context_processors.py 29f607927f Fixed spelling of "nonexistent". 8 年之前
test_decorators.py 29f607927f Fixed spelling of "nonexistent". 8 年之前
test_forms.py a96b981d84 Fixed #28127 -- Allowed UserCreationForm's password validation to check all user fields. 7 年之前
test_handlers.py d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
test_hashers.py 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 年之前
test_management.py a51c4de194 Used assertRaisesMessage() to test Django's error messages. 7 年之前
test_middleware.py c1aec0feda Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 9 年之前
test_mixins.py 29f607927f Fixed spelling of "nonexistent". 8 年之前
test_models.py 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 年之前
test_remote_user.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 年之前
test_signals.py 18dd9ba481 Fixed test in auth_tests modifying data from setUpTestData(). 7 年之前
test_templates.py 2366100872 Removed unneeded force_text calls in the test suite 8 年之前
test_tokens.py 95993a89ce Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS. 7 年之前
test_validators.py 6092ea8fa6 Refs #27804 -- Used subTest() in several tests. 7 年之前
test_views.py 6e40b70bf4 Refs #26929 -- Removed extra_context parameter of contrib.auth.views.logout_then_login(). 7 年之前
urls.py 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 年之前
urls_admin.py 1e82094f1b Fixed #21927 -- Made application and instance namespaces more distinct. 9 年之前
urls_custom_user_admin.py d6eaf7c018 Refs #23919 -- Replaced super(ClassName, self) with super(). 8 年之前