From 5bfab1e1b200cfd732e91ea1106d4d9c363a14fe Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 29 Jul 2005 20:43:04 +0000 Subject: [PATCH] Small addition to m2m_intermediary model test git-svn-id: http://code.djangoproject.com/svn/django/trunk@345 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/testapp/models/m2m_intermediary.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testapp/models/m2m_intermediary.py b/tests/testapp/models/m2m_intermediary.py index 0ec25293f7..e27e9fdd71 100644 --- a/tests/testapp/models/m2m_intermediary.py +++ b/tests/testapp/models/m2m_intermediary.py @@ -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)] """