django/tests/auth_tests
Simon Charette 0f212db29d Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
..
fixtures
models Fixed #29616 -- Fixed createsuperuser for user models that don't have a password field. 2018-08-05 14:26:03 -04:00
templates
__init__.py
backend_alias.py
client.py
common-passwords-custom.txt
settings.py
test_admin_multidb.py
test_auth_backends.py Switched setUp() to setUpTestData() where possible in Django's tests. 2018-11-27 09:35:17 -05:00
test_basic.py Moved AnonymousUser tests to its own test case. 2017-09-28 13:11:07 -04:00
test_checks.py
test_context_processors.py
test_decorators.py Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
test_forms.py Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth." 2018-07-02 18:39:26 -04:00
test_handlers.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
test_hashers.py Increased the default PBKDF2 iterations for Django 2.2. 2018-05-17 11:05:45 -04:00
test_management.py Switched setUp() to setUpTestData() where possible in Django's tests. 2018-11-27 09:35:17 -05:00
test_middleware.py
test_mixins.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
test_models.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
test_remote_user.py
test_signals.py
test_templates.py Made reused RequestFactory instances class attributes. 2018-11-27 09:49:02 -05:00
test_tokens.py
test_validators.py Switched TestCase to SimpleTestCase where possible in Django's tests. 2018-11-27 08:58:44 -05:00
test_views.py Switched setUp() to setUpTestData() where possible in Django's tests. 2018-11-27 09:35:17 -05:00
urls.py Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirect_authenticated_user. 2018-04-19 10:21:24 -04:00
urls_admin.py
urls_custom_user_admin.py