summaryrefslogtreecommitdiff
path: root/tests/tablespaces
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/tablespaces
parent8f7f8bf6884ada8622bc3696c7465c904164d314 (diff)
Updated syncdb -> migrate in tests.
Diffstat (limited to 'tests/tablespaces')
-rw-r--r--tests/tablespaces/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tablespaces/models.py b/tests/tablespaces/models.py
index 7d7b96380c..98ec688a53 100644
--- a/tests/tablespaces/models.py
+++ b/tests/tablespaces/models.py
@@ -4,7 +4,7 @@ from django.db import models
# to create the tables for models where db_tablespace is set. To avoid this
# problem, we mark the models as unmanaged, and temporarily revert them to
# managed during each test. We also set them to use the same tables as the
-# "reference" models to avoid errors when other tests run 'syncdb'
+# "reference" models to avoid errors when other tests run 'migrate'
# (proxy_models_inheritance does).
class ScientistRef(models.Model):