diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2015-12-02 23:55:50 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-03 12:48:24 -0500 |
| commit | 93452a70e8a62c7408eeded444f5088d4a26212d (patch) | |
| tree | dfc64c81f0610e45650350e2d41918f5913ed098 /tests/proxy_models | |
| parent | b6dd0afead80a17d0ac8c3ba35c510afac32a0b8 (diff) | |
Fixed many spelling mistakes in code, comments, and docs.
Diffstat (limited to 'tests/proxy_models')
| -rw-r--r-- | tests/proxy_models/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/proxy_models/tests.py b/tests/proxy_models/tests.py index dd15976751..e384e66c8a 100644 --- a/tests/proxy_models/tests.py +++ b/tests/proxy_models/tests.py @@ -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). |
