diff options
| author | Veres Lajos <vlajos@gmail.com> | 2014-11-03 22:48:03 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-03 20:59:30 -0500 |
| commit | a71a2ea756673cd3c7a2c5125fa7e7f334b05475 (patch) | |
| tree | 61cff2d319c13011d004d0f008fe1957fd773651 /tests/schema | |
| parent | 7b420367524ad9f29b8bf0284f4b40bd6cfc8b93 (diff) | |
Fixed typos using https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'tests/schema')
| -rw-r--r-- | tests/schema/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema/tests.py b/tests/schema/tests.py index acb90a37f7..42a748454a 100644 --- a/tests/schema/tests.py +++ b/tests/schema/tests.py @@ -515,7 +515,7 @@ class SchemaTests(TransactionTestCase): else: self.fail("No FK constraint for author_id found") - def test_alter_implicit_id_to_explict(self): + def test_alter_implicit_id_to_explicit(self): """ Should be able to convert an implicit "id" field to an explicit "id" primary key field. |
