summaryrefslogtreecommitdiff
path: root/tests/null_fk_ordering/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/null_fk_ordering/models.py')
-rw-r--r--tests/null_fk_ordering/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/null_fk_ordering/models.py b/tests/null_fk_ordering/models.py
index b5d59eca0f..0bac5e1ab7 100644
--- a/tests/null_fk_ordering/models.py
+++ b/tests/null_fk_ordering/models.py
@@ -1,8 +1,8 @@
"""
Regression tests for proper working of ForeignKey(null=True). Tests these bugs:
- * #7512: including a nullable foreign key reference in Meta ordering has un
-xpected results
+ * #7512: including a nullable foreign key reference in Meta ordering has
+unexpected results
"""
from __future__ import unicode_literals