diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-22 09:31:43 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-22 09:51:39 -0400 |
| commit | 1597503a017a9ced422a81d314cb4097d53c3dfd (patch) | |
| tree | e5883611fb6d928482d24db1c4d796126250fef4 /tests/m2m_through_regress | |
| parent | 0d0f4f020afe516f23fd2305f13ff0a6a539b344 (diff) | |
Fixed E221 pep8 warnings.
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") |
