diff options
Diffstat (limited to 'tests/m2m_recursive/models.py')
| -rw-r--r-- | tests/m2m_recursive/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_recursive/models.py b/tests/m2m_recursive/models.py index b69930208c..d224b3d572 100644 --- a/tests/m2m_recursive/models.py +++ b/tests/m2m_recursive/models.py @@ -1,5 +1,5 @@ """ -28. Many-to-many relationships between the same two tables +Many-to-many relationships between the same two tables In this example, a ``Person`` can have many friends, who are also ``Person`` objects. Friendship is a symmetrical relationship - if I am your friend, you |
