diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-12 14:15:38 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-08-12 14:15:38 +0000 |
| commit | 1697f4e49f782f6d793911ba7d24da6e0dac485e (patch) | |
| tree | 11d0e2e898cdb1cde73f59deb24ef95a8169ef04 /tests/modeltests/m2m_multiple/models.py | |
| parent | c4d07d4d5026316c7ff46edd894e585e7406e1a9 (diff) | |
Fixed a couple typos in the modeltests' descriptions and made use of ReST inline literal markup for code snippets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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. """ |
