Skip to content

Commit a4bcffe

Browse files
authored
Fixed missing ValidatorError import (#121)
1 parent 0fe6e73 commit a4bcffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapp/tests/test_multiple_databases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from unittest import skipUnless
55

66
from django import VERSION
7+
from django.core.exceptions import ValidationError
78
from django.db import OperationalError
89
from django.db.backends.sqlite3.operations import DatabaseOperations
910
from django.test import TestCase, skipUnlessDBFeature

0 commit comments

Comments
 (0)