summaryrefslogtreecommitdiff
path: root/tests/mutually_referential
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mutually_referential')
-rw-r--r--tests/mutually_referential/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mutually_referential/models.py b/tests/mutually_referential/models.py
index 230a1ec237..e5b5b787bf 100644
--- a/tests/mutually_referential/models.py
+++ b/tests/mutually_referential/models.py
@@ -1,5 +1,5 @@
"""
-24. Mutually referential many-to-one relationships
+Mutually referential many-to-one relationships
Strings can be used instead of model literals to set up "lazy" relations.
"""