summaryrefslogtreecommitdiff
path: root/tests/modeltests/m2m_and_m2o/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modeltests/m2m_and_m2o/models.py')
-rw-r--r--tests/modeltests/m2m_and_m2o/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/m2m_and_m2o/models.py b/tests/modeltests/m2m_and_m2o/models.py
index 7fc66ed5a0..09affb002f 100644
--- a/tests/modeltests/m2m_and_m2o/models.py
+++ b/tests/modeltests/m2m_and_m2o/models.py
@@ -1,5 +1,5 @@
"""
-28. Many-to-many and many-to-one relationships to the same table
+29. Many-to-many and many-to-one relationships to the same table
Make sure to set ``related_name`` if you use relationships to the same table.
"""