mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed many spelling mistakes in code, comments, and docs.
This commit is contained in:
parent
b6dd0afead
commit
93452a70e8
61 changed files with 187 additions and 187 deletions
|
@ -33,7 +33,7 @@ class ProxyModelTests(TestCase):
|
|||
DEFAULT_DB_ALIAS).as_sql()
|
||||
self.assertEqual(my_person_sql, person_sql)
|
||||
|
||||
def test_inheretance_new_table(self):
|
||||
def test_inheritance_new_table(self):
|
||||
"""
|
||||
The StatusPerson models should have its own table (it's using ORM-level
|
||||
inheritance).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue