diff options
| author | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 10:02:43 +0100 |
|---|---|---|
| committer | Alasdair Nicol <alasdair@memset.com> | 2013-10-18 10:07:39 +0100 |
| commit | a800036981c6fea8eb3dac22467965c71af05d29 (patch) | |
| tree | c872f8a78d26f1de133d415fef922013dafe878a /tests/aggregation_regress | |
| parent | 65750b83523870851008e804364121f8c458fc2d (diff) | |
Fixed #21287 -- Fixed E123 pep8 warnings
Diffstat (limited to 'tests/aggregation_regress')
| -rw-r--r-- | tests/aggregation_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aggregation_regress/tests.py b/tests/aggregation_regress/tests.py index 111ef79b5e..078c1a9d1b 100644 --- a/tests/aggregation_regress/tests.py +++ b/tests/aggregation_regress/tests.py @@ -256,7 +256,7 @@ class AggregationTests(TestCase): self.assertEqual( Book.objects.annotate(c=Count('authors')).values('c').aggregate(Max('c')), {'c__max': 3} - ) + ) def test_field_error(self): # Bad field requests in aggregates are caught and reported |
