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:
parent
33d5006cc7
commit
5bfab1e1b2
|
@ -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)]
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue