1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/tests/auth_tests
2016-03-23 09:01:48 -04:00
..
fixtures Converted test fixtures to setUpTestData methods 2015-03-05 10:10:32 +11:00
models Fixed -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
templates Fixed -- Added extra_email_context parameter to password_reset() view. 2015-09-18 18:56:04 -04:00
__init__.py
backend_alias.py
common-passwords-custom.txt Fixed -- Added password validation to django.contrib.auth. 2015-06-07 19:31:20 +02:00
settings.py
test_auth_backends.py Fixed -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
test_basic.py Fixed -- Removed custom user test models from public API. 2016-02-04 12:30:34 -05:00
test_context_processors.py Fixed -- Removed SHA1 password hashes in tests. 2016-02-06 08:47:21 -05:00
test_decorators.py Fixed -- Removed custom user test models from public API. 2016-02-04 12:30:34 -05:00
test_forms.py Fixed -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
test_handlers.py Fixed -- Updated links to mod_wsgi docs. 2016-03-01 19:22:32 -05:00
test_hashers.py Fixed -- Skipped the CryptPasswordHasher tests on platforms with a dummy crypt module. 2016-03-22 11:22:21 -04:00
test_management.py Moved createsuperuser test app into auth_tests. 2016-03-08 13:06:58 -05:00
test_middleware.py Refs -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
test_mixins.py Fixed -- Removed custom user test models from public API. 2016-02-04 12:30:34 -05:00
test_models.py Fixed -- Removed SHA1 password hashes in tests. 2016-02-06 08:47:21 -05:00
test_remote_user.py Fixed -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -04:00
test_signals.py Fixed -- Removed SHA1 password hashes in tests. 2016-02-06 08:47:21 -05:00
test_templates.py Fixed -- Removed SHA1 password hashes in tests. 2016-02-06 08:47:21 -05:00
test_tokens.py Refs -- Used context manager version of assertRaises in tests. 2016-01-29 12:32:18 -05:00
test_validators.py Fixed -- Removed SHA1 password hashes in tests. 2016-02-06 08:47:21 -05:00
test_views.py Fixed -- Allowed redirecting authenticated users away from the login view. 2016-02-25 07:18:33 -05:00
urls_admin.py Fixed -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
urls_custom_user_admin.py Refs -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
urls.py Fixed -- Allowed redirecting authenticated users away from the login view. 2016-02-25 07:18:33 -05:00