Author: Alex
Date: 2010-11-18 21:42:20 -0600 (Thu, 18 Nov 2010)
New Revision: 14618

Modified:
   django/trunk/tests/regressiontests/model_regress/tests.py
Log:
Fixed a failing test caused by [14614].

Modified: django/trunk/tests/regressiontests/model_regress/tests.py
===================================================================
--- django/trunk/tests/regressiontests/model_regress/tests.py   2010-11-18 
23:51:20 UTC (rev 14617)
+++ django/trunk/tests/regressiontests/model_regress/tests.py   2010-11-19 
03:42:20 UTC (rev 14618)
@@ -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
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to