summaryrefslogtreecommitdiff
path: root/tests/initial_sql_regress
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-09-03 11:51:34 -0400
committerTim Graham <timograham@gmail.com>2013-09-03 11:51:34 -0400
commit3db66b1d65c12a94476017cbcc86e72fd842d29e (patch)
treeef333f7ca61a877e129bfd040a510045972d8b3b /tests/initial_sql_regress
parent8f7f8bf6884ada8622bc3696c7465c904164d314 (diff)
Updated syncdb -> migrate in tests.
Diffstat (limited to 'tests/initial_sql_regress')
-rw-r--r--tests/initial_sql_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
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)