From 1697f4e49f782f6d793911ba7d24da6e0dac485e Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Tue, 12 Aug 2008 14:15:38 +0000 Subject: 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 --- tests/modeltests/m2m_multiple/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/modeltests/m2m_multiple/models.py') 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. """ -- cgit v1.3