Author: russellm
Date: 2009-01-15 06:44:45 -0600 (Thu, 15 Jan 2009)
New Revision: 9745

Modified:
   django/trunk/django/db/backends/oracle/query.py
Log:
Removed an redundant import from the Oracle backend. Thanks to Ramiro Morales 
for the report.

Modified: django/trunk/django/db/backends/oracle/query.py
===================================================================
--- django/trunk/django/db/backends/oracle/query.py     2009-01-15 12:35:41 UTC 
(rev 9744)
+++ django/trunk/django/db/backends/oracle/query.py     2009-01-15 12:44:45 UTC 
(rev 9745)
@@ -53,7 +53,6 @@
             return values
 
         def convert_values(self, value, field):
-            from django.db.models.fields import Field
             if isinstance(value, Database.LOB):
                 value = value.read()
             # Oracle stores empty strings as null. We need to undo this in


--~--~---------~--~----~------------~-------~--~----~
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