diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-03-25 21:49:00 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-03-25 21:49:00 +0000 |
| commit | 132cf258cbdce8bac1d7a3d713c3927f43ead1ed (patch) | |
| tree | 2ce01dc4a7dd0374e085f706379d181e0b286507 /tests/modeltests/m2m_recursive | |
| parent | 25c15b17a86fa95b5374b9ef6366450b28a28b7a (diff) | |
newforms-admin: Merged to [4823]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/m2m_recursive')
| -rw-r--r-- | tests/modeltests/m2m_recursive/models.py | 2 |
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. |
