mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed several typos in Django
This commit is contained in:
parent
e79725cdf9
commit
1dcc603eff
34 changed files with 40 additions and 40 deletions
|
@ -165,7 +165,7 @@ class ModelInheritanceTest(TestCase):
|
|||
serves_hot_dogs=True,
|
||||
serves_pizza=False)
|
||||
|
||||
# This should delete both Restuarants, plus the related places, plus
|
||||
# This should delete both Restaurants, plus the related places, plus
|
||||
# the ItalianRestaurant.
|
||||
Restaurant.objects.all().delete()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue