Author: russellm
Date: 2011-06-10 07:49:44 -0700 (Fri, 10 Jun 2011)
New Revision: 16359

Modified:
   django/trunk/tests/modeltests/model_forms/tests.py
Log:
Fixed #16210 -- Added some missing __future__ imports to support with 
statements on 2.5. Thanks to Julien Phalip for the report and patch

Modified: django/trunk/tests/modeltests/model_forms/tests.py
===================================================================
--- django/trunk/tests/modeltests/model_forms/tests.py  2011-06-10 14:08:51 UTC 
(rev 16358)
+++ django/trunk/tests/modeltests/model_forms/tests.py  2011-06-10 14:49:44 UTC 
(rev 16359)
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 import datetime
 import os
 from decimal import Decimal

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

Reply via email to