1
0
mirror of https://github.com/django/django.git synced 2025-01-08 17:37:20 +00:00

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

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)]
"""