diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-26 12:15:03 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-26 12:15:03 -0700 |
| commit | 9d740eb8b15de31f1c5520659df683d90342bb44 (patch) | |
| tree | 62b6ff49e5a60467828f9b04d46b6ebeac86c333 /tests/delete_regress | |
| parent | f2d8027c9aea93750fc4213d9e733c8575e89502 (diff) | |
Fix all violators of E231
Diffstat (limited to 'tests/delete_regress')
| -rw-r--r-- | tests/delete_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/delete_regress/tests.py b/tests/delete_regress/tests.py index 4f6a2e7ae2..ecc754920c 100644 --- a/tests/delete_regress/tests.py +++ b/tests/delete_regress/tests.py @@ -303,7 +303,7 @@ class Ticket19102Tests(TestCase): Login.objects.order_by('description').filter( orgunit__name__isnull=False ).extra( - select={'extraf':'1'} + select={'extraf': '1'} ).filter( pk=self.l1.pk ).delete() |
