summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/tests/test_views.py')
-rw-r--r--django/contrib/auth/tests/test_views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/tests/test_views.py b/django/contrib/auth/tests/test_views.py
index d1268862cf..e2c0d38152 100644
--- a/django/contrib/auth/tests/test_views.py
+++ b/django/contrib/auth/tests/test_views.py
@@ -711,6 +711,7 @@ class LogoutTest(AuthViewsTestCase):
"%s should be allowed" % good_url)
self.confirm_logged_out()
+
@skipIfCustomUser
@override_settings(
PASSWORD_HASHERS=('django.contrib.auth.hashers.SHA1PasswordHasher',),