mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed E124 pep8 warnings.
This commit is contained in:
parent
0873200e7f
commit
a2814846ca
45 changed files with 371 additions and 262 deletions
|
@ -42,7 +42,8 @@ class CustomColumnsTests(TestCase):
|
|||
)
|
||||
|
||||
def test_field_error(self):
|
||||
self.assertRaises(FieldError,
|
||||
self.assertRaises(
|
||||
FieldError,
|
||||
lambda: Author.objects.filter(firstname__exact="John")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue