Small addition to m2m_intermediary model test

git-svn-id: http://code.djangoproject.com/svn/django/trunk@345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-07-29 20:43:04 +00:00
parent 33d5006cc7
commit 5bfab1e1b2
1 changed files with 2 additions and 0 deletions

View File

@ -68,4 +68,6 @@ Jane Doe
This is a test
>>> w2.get_article()
This is a test
>>> r1.get_writer_list()
[John Smith (Main writer)]
"""