mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Corrected many style guide violations that the newest version of flake8 catches
This commit is contained in:
parent
92dbf34286
commit
778ce245dd
39 changed files with 55 additions and 54 deletions
|
@ -436,7 +436,7 @@ class LookupTests(TestCase):
|
|||
])
|
||||
|
||||
def test_none(self):
|
||||
# none() returns a QuerySet that behaves like any other QuerySet object
|
||||
# none() returns a QuerySet that behaves like any other QuerySet object
|
||||
self.assertQuerysetEqual(Article.objects.none(), [])
|
||||
self.assertQuerysetEqual(
|
||||
Article.objects.none().filter(headline__startswith='Article'), [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue