Преглед на файлове

Fixed a failing test caused by [14614].

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Alex Gaynor преди 14 години
родител
ревизия
f777ddf3e6
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tests/regressiontests/model_regress/tests.py

+ 1 - 0
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