mirror of
https://github.com/django/django.git
synced 2025-10-09 18:12:39 +00:00
[1.7.x] Fixed several typos in Django
Backport of 1dcc603eff
from master
This commit is contained in:
parent
d099c03789
commit
3d98941d5c
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