summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testapp/models/m2m_intermediary.py2
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)]
"""