summaryrefslogtreecommitdiff
path: root/tests/modeltests/m2m_recursive/models.py
diff options
context:
space:
mode:
authorJeremy Dunck <jdunck@gmail.com>2007-03-29 16:56:56 +0000
committerJeremy Dunck <jdunck@gmail.com>2007-03-29 16:56:56 +0000
commit2f15f72c89d8324a452fe632a39a4c2e97b956cf (patch)
tree20e4a9e19d941bc307c8135eacdfc59aa4ab187a /tests/modeltests/m2m_recursive/models.py
parent177a49ae5e79ddbbce39425e7ecf3d4b1d65815b (diff)
gis: Merged revisions 4796-4797 via svnmerge
git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@4852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/m2m_recursive/models.py')
-rw-r--r--tests/modeltests/m2m_recursive/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/m2m_recursive/models.py b/tests/modeltests/m2m_recursive/models.py
index 9f31cf92c0..15c713a759 100644
--- a/tests/modeltests/m2m_recursive/models.py
+++ b/tests/modeltests/m2m_recursive/models.py
@@ -1,5 +1,5 @@
"""
-27. Many-to-many relationships between the same two tables
+28. Many-to-many relationships between the same two tables
In this example, A Person can have many friends, who are also people. Friendship is a
symmetrical relationship - if I am your friend, you are my friend.