We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe6e73 commit a4bcffeCopy full SHA for a4bcffe
testapp/tests/test_multiple_databases.py
@@ -4,6 +4,7 @@
4
from unittest import skipUnless
5
6
from django import VERSION
7
+from django.core.exceptions import ValidationError
8
from django.db import OperationalError
9
from django.db.backends.sqlite3.operations import DatabaseOperations
10
from django.test import TestCase, skipUnlessDBFeature
0 commit comments