Fixed several typos in Django

This commit is contained in:
Alex Gaynor 2014-05-28 17:39:14 -07:00
parent e79725cdf9
commit 1dcc603eff
34 changed files with 40 additions and 40 deletions

View file

@ -69,7 +69,7 @@ class ModelInheritanceTests(TestCase):
# access to the fields of their ancestors.
# Create a couple of Places.
Place.objects.create(name="Master Shakes", address="666 W. Jersey")
Place.objects.create(name="Ace Harware", address="1013 N. Ashland")
Place.objects.create(name="Ace Hardware", address="1013 N. Ashland")
# Test constructor for Restaurant.
r = Restaurant.objects.create(