diff options
Diffstat (limited to 'tests/m2m_through_regress')
| -rw-r--r-- | tests/m2m_through_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_through_regress/tests.py b/tests/m2m_through_regress/tests.py index c1b229b30b..3f5702efa8 100644 --- a/tests/m2m_through_regress/tests.py +++ b/tests/m2m_through_regress/tests.py @@ -98,7 +98,7 @@ class M2MThroughTestCase(TestCase): def test_join_trimming(self): "Check that we don't involve too many copies of the intermediate table when doing a join. Refs #8046, #8254" - bob = Person.objects.create(name="Bob") + bob = Person.objects.create(name="Bob") jim = Person.objects.create(name="Jim") rock = Group.objects.create(name="Rock") |
