summaryrefslogtreecommitdiff
path: root/tests/select_for_update
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-09-24 10:27:43 +0200
committerFlorian Apolloner <florian@apolloner.eu>2013-09-24 10:29:21 +0200
commit16ceb05b4751425ed16ee0eddd0c533f067344b2 (patch)
tree64713086fa304acb8d3a9bab466bff339537fbc3 /tests/select_for_update
parent4c5bc1ac30fea526259026bf762b4806dd5f1459 (diff)
downloaddjango-16ceb05b4751425ed16ee0eddd0c533f067344b2.tar.gz
Isolated select_for_update tests a bit more.
This change prevents including the multiple_database test models without duplicating the router code (we probably should do this at one point). Refs #21148
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 f9e7e96ac1..24c9079040 100644
--- a/tests/select_for_update/tests.py
+++ b/tests/select_for_update/tests.py
@@ -10,7 +10,7 @@ from django.db.utils import ConnectionHandler, DEFAULT_DB_ALIAS, DatabaseError
from django.test import (TransactionTestCase, skipIfDBFeature,
skipUnlessDBFeature)
-from multiple_database.tests import TestRouter
+from multiple_database.routers import TestRouter
from .models import Person