summaryrefslogtreecommitdiff
path: root/tests/commands_sql
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-02-26 13:19:18 +0100
committerFlorian Apolloner <florian@apolloner.eu>2013-02-26 14:36:57 +0100
commit33836cf88dd08ebd66d19ad7f732b12f089abd27 (patch)
tree6a812006f1f3a1f3dc7e51e4d0417ca8aadc86ef /tests/commands_sql
parent737a5d71f084ac804519c0bac33e2498d712bbb7 (diff)
downloaddjango-33836cf88dd08ebd66d19ad7f732b12f089abd27.tar.gz
Renamed some tests and removed references to modeltests/regressiontests.
Diffstat (limited to 'tests/commands_sql')
-rw-r--r--tests/commands_sql/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands_sql/tests.py b/tests/commands_sql/tests.py
index 949032ae6f..831e9a27c4 100644
--- a/tests/commands_sql/tests.py
+++ b/tests/commands_sql/tests.py
@@ -7,7 +7,7 @@ from django.db import connections, DEFAULT_DB_ALIAS, models
from django.test import TestCase
from django.utils import six
-# See also regressiontests/initial_sql_regress for 'custom_sql_for_model' tests
+# See also initial_sql_regress for 'custom_sql_for_model' tests
class SQLCommandsTestCase(TestCase):