summaryrefslogtreecommitdiff
path: root/tests/m2m_and_m2o
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-09-24 12:13:13 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2014-09-24 17:28:56 +0700
commit2f3a4cd573166e6b7bac9ed89d448ca34ab93edf (patch)
tree525b8725f22b6f439d3bcb87619fb4cfd1e886fe /tests/m2m_and_m2o
parentd128eac316dd5a8578fbae506028a3f2ade49420 (diff)
downloaddjango-2f3a4cd573166e6b7bac9ed89d448ca34ab93edf.tar.gz
Removed numbering from the models.py header of some test packages.
This is a reliqua from the early days of the modeltests/regressiontests era.
Diffstat (limited to 'tests/m2m_and_m2o')
-rw-r--r--tests/m2m_and_m2o/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_and_m2o/models.py b/tests/m2m_and_m2o/models.py
index 482ae9a1fa..753820fade 100644
--- a/tests/m2m_and_m2o/models.py
+++ b/tests/m2m_and_m2o/models.py
@@ -1,5 +1,5 @@
"""
-29. Many-to-many and many-to-one relationships to the same table
+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.
"""