mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fix all violators of E231
This commit is contained in:
parent
f2d8027c9a
commit
9d740eb8b1
74 changed files with 628 additions and 629 deletions
|
|
@ -63,7 +63,7 @@ class DistinctOnTests(TestCase):
|
|||
['<Celebrity: c1>', '<Celebrity: c2>'],
|
||||
),
|
||||
(
|
||||
StaffTag.objects.distinct('staff','tag'),
|
||||
StaffTag.objects.distinct('staff', 'tag'),
|
||||
['<StaffTag: t1 -> p1>'],
|
||||
),
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue