mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #21298 -- Fixed E301 pep8 warnings
This commit is contained in:
parent
317040a73b
commit
c3aa2948c6
83 changed files with 180 additions and 2 deletions
|
@ -85,6 +85,7 @@ class OneToOneTests(TestCase):
|
|||
w = self.r.waiter_set.create(name='Joe')
|
||||
w.save()
|
||||
self.assertEqual(repr(w), '<Waiter: Joe the waiter at Demon Dogs the restaurant>')
|
||||
|
||||
# Query the waiters
|
||||
def assert_filter_waiters(**params):
|
||||
self.assertQuerysetEqual(Waiter.objects.filter(**params), [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue