summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-11-19 03:42:20 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-11-19 03:42:20 +0000
commitf777ddf3e660ece8426cb98d74b9f17bbcf60dd6 (patch)
tree651b5f005054c28c766169011892fff3f3753015 /tests
parent3ede430b9a94e3c2aed64d2cf898920635bdf4ae (diff)
Fixed a failing test caused by [14614].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/model_regress/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/model_regress/tests.py b/tests/regressiontests/model_regress/tests.py
index 48b0f70f67..a103590671 100644
--- a/tests/regressiontests/model_regress/tests.py
+++ b/tests/regressiontests/model_regress/tests.py
@@ -1,6 +1,7 @@
import datetime
from operator import attrgetter
+from django.core.exceptions import ValidationError
from django.test import TestCase, skipUnlessDBFeature
from django.utils import tzinfo