mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue