From 3db66b1d65c12a94476017cbcc86e72fd842d29e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 3 Sep 2013 11:51:34 -0400 Subject: Updated syncdb -> migrate in tests. --- tests/initial_sql_regress/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/initial_sql_regress') diff --git a/tests/initial_sql_regress/tests.py b/tests/initial_sql_regress/tests.py index bd23aab15d..b04e638808 100644 --- a/tests/initial_sql_regress/tests.py +++ b/tests/initial_sql_regress/tests.py @@ -24,7 +24,7 @@ class InitialSQLTests(TestCase): def test_custom_sql(self): """ - Simulate the custom SQL loading by syncdb. + Simulate the custom SQL loading by migrate. """ connection = connections[DEFAULT_DB_ALIAS] custom_sql = custom_sql_for_model(Simple, no_style(), connection) -- cgit v1.3