diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-29 20:43:04 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-29 20:43:04 +0000 |
| commit | 5bfab1e1b200cfd732e91ea1106d4d9c363a14fe (patch) | |
| tree | c912a4527c43d01e5444300d8deaa788b6b38041 /tests | |
| parent | 33d5006cc7436363a01acbf3e2181ea317794939 (diff) | |
Small addition to m2m_intermediary model test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/testapp/models/m2m_intermediary.py | 2 |
1 files changed, 2 insertions, 0 deletions
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)] """ |
