diff options
Diffstat (limited to 'tests/modeltests/m2m_multiple/models.py')
| -rw-r--r-- | tests/modeltests/m2m_multiple/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modeltests/m2m_multiple/models.py b/tests/modeltests/m2m_multiple/models.py index 26a0a2e798..42e74553d9 100644 --- a/tests/modeltests/m2m_multiple/models.py +++ b/tests/modeltests/m2m_multiple/models.py @@ -1,8 +1,8 @@ """ 20. Multiple many-to-many relationships between the same two tables -In this example, an Article can have many Categories (as "primary") and many -Categories (as "secondary"). +In this example, an ``Article`` can have many "primary" ``Category`` objects +and many "secondary" ``Category`` objects. Set ``related_name`` to designate what the reverse relationship is called. """ |
