diff options
Diffstat (limited to 'tests/m2m_through')
| -rw-r--r-- | tests/m2m_through/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_through/tests.py b/tests/m2m_through/tests.py index 4b995e02b3..47cbbeecda 100644 --- a/tests/m2m_through/tests.py +++ b/tests/m2m_through/tests.py @@ -341,7 +341,7 @@ class M2mThroughTests(TestCase): def test_through_fields(self): """ - Tests that relations with intermediary tables with multiple FKs + Relations with intermediary tables with multiple FKs to the M2M's ``to`` model are possible. """ event = Event.objects.create(title='Rockwhale 2014') |
