summaryrefslogtreecommitdiff
path: root/tests/initial_sql_regress/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/initial_sql_regress/tests.py')
-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)