1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Started attackign the next flake8 violation

This commit is contained in:
Alex Gaynor
2013-10-31 08:42:28 -07:00
parent a023a84c06
commit 726ded5708
38 changed files with 128 additions and 4 deletions

View File

@@ -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',),