summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-12-26 07:52:31 -0500
committerTim Graham <timograham@gmail.com>2013-12-26 07:52:31 -0500
commit4e7aa573ec3b9c8e0784db9013dbc31b6c3eaac5 (patch)
tree48e9f93b23e4e558391aacb807fa745d71c7aadb
parent398642fd9b6e9b4d83baed7b9708ca0cd942540b (diff)
Added missing newline in previous commit.
-rw-r--r--django/contrib/auth/tests/test_management.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/tests/test_management.py b/django/contrib/auth/tests/test_management.py
index c332125ce8..db4b698d8b 100644
--- a/django/contrib/auth/tests/test_management.py
+++ b/django/contrib/auth/tests/test_management.py
@@ -95,6 +95,7 @@ class ChangepasswordManagementCommandTestCase(TestCase):
command.execute("J\xfalia", stdout=self.stdout)
+
@skipIfCustomUser
class CreatesuperuserManagementCommandTestCase(TestCase):