summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_views.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-31 08:42:28 -0700
commit726ded5708e4e8767e69a6f6f6a039e75667ce03 (patch)
treef692a4abede11f50830f6935c086676f3f1db778 /django/contrib/auth/tests/test_views.py
parenta023a84c060eaaa4cf520c33d9c73adab7af3d30 (diff)
Started attackign the next flake8 violation
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',),