Author: jbronn
Date: 2009-01-15 13:50:29 -0600 (Thu, 15 Jan 2009)
New Revision: 9749

Modified:
   django/trunk/django/contrib/gis/db/backend/oracle/__init__.py
Log:
Forgot to actually enable the extent aggregate for Oracle.


Modified: django/trunk/django/contrib/gis/db/backend/oracle/__init__.py
===================================================================
--- django/trunk/django/contrib/gis/db/backend/oracle/__init__.py       
2009-01-15 19:35:04 UTC (rev 9748)
+++ django/trunk/django/contrib/gis/db/backend/oracle/__init__.py       
2009-01-15 19:50:29 UTC (rev 9749)
@@ -12,6 +12,7 @@
                                     difference=DIFFERENCE,
                                     distance=DISTANCE,
                                     distance_functions=DISTANCE_FUNCTIONS,
+                                    extent=EXTENT,
                                     gis_terms=ORACLE_SPATIAL_TERMS,
                                     gml=ASGML,
                                     intersection=INTERSECTION,


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