From a71a2ea756673cd3c7a2c5125fa7e7f334b05475 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Mon, 3 Nov 2014 22:48:03 +0000 Subject: Fixed typos using https://github.com/vlajos/misspell_fixer --- tests/schema/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/schema') 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. -- cgit v1.3