summaryrefslogtreecommitdiff
path: root/tests/select_for_update
diff options
context:
space:
mode:
Diffstat (limited to 'tests/select_for_update')
-rw-r--r--tests/select_for_update/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/select_for_update/tests.py b/tests/select_for_update/tests.py
index 6fadbdb799..278458ed39 100644
--- a/tests/select_for_update/tests.py
+++ b/tests/select_for_update/tests.py
@@ -8,7 +8,7 @@ from django.db import transaction, connection, router
from django.db.utils import ConnectionHandler, DEFAULT_DB_ALIAS, DatabaseError
from django.test import (TransactionTestCase, skipIfDBFeature,
skipUnlessDBFeature)
-from django.test.utils import override_settings
+from django.test import override_settings
from multiple_database.routers import TestRouter