mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed typos using https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
7b42036752
commit
a71a2ea756
21 changed files with 28 additions and 28 deletions
|
@ -281,7 +281,7 @@ class ModelInheritanceTests(TestCase):
|
|||
.defer("italianrestaurant__serves_gnocchi")
|
||||
.order_by("rating"))
|
||||
|
||||
# Test that the field was actually defered
|
||||
# Test that the field was actually deferred
|
||||
with self.assertNumQueries(2):
|
||||
objs = list(qs.all())
|
||||
self.assertTrue(objs[1].italianrestaurant.serves_gnocchi)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue