django/tests/auth_tests
Jan Pazdziora a570701e02 Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication. 2015-07-02 17:38:10 -04:00
..
fixtures
models Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
templates
__init__.py
backend_alias.py
common-passwords-custom.txt
settings.py
test_auth_backends.py
test_basic.py
test_context_processors.py
test_decorators.py Fixed #24929 -- Allowed permission_required decorator to take any iterable 2015-06-08 13:44:39 -04:00
test_forms.py Refs #16860 -- Minor edits and fixes to password validation. 2015-06-10 07:41:01 -04:00
test_handlers.py
test_hashers.py Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
test_management.py
test_middleware.py
test_mixins.py Fixed #24914 -- Added authentication mixins for CBVs 2015-06-17 23:19:10 +02:00
test_models.py Fixed #25009 -- Allowed User.objects.create_user(...,is_staff=True) to work. 2015-06-22 11:34:26 -04:00
test_remote_user.py Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication. 2015-07-02 17:38:10 -04:00
test_signals.py
test_templates.py
test_tokens.py
test_validators.py Refs #16860 -- Fixed a resource and deprecation warning in password validation. 2015-06-16 11:02:27 -04:00
test_views.py Renamed RemovedInDjangoXYWarnings for new roadmap. 2015-06-24 16:08:20 -04:00
urls.py Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
urls_admin.py Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00
urls_custom_user_admin.py Fixed #21927 -- Made application and instance namespaces more distinct. 2015-06-08 15:12:20 -04:00