mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed E221 pep8 warnings.
This commit is contained in:
parent
0d0f4f020a
commit
1597503a01
30 changed files with 94 additions and 90 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue