From f60d0f597a05f92cd20d0cd2bd79a582143696c8 Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Thu, 15 Jan 2009 19:50:29 +0000 Subject: [PATCH] Forgot to actually enable the extent aggregate for Oracle. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9749 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/gis/db/backend/oracle/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/contrib/gis/db/backend/oracle/__init__.py b/django/contrib/gis/db/backend/oracle/__init__.py index 3eee56ea23..22402103fa 100644 --- a/django/contrib/gis/db/backend/oracle/__init__.py +++ b/django/contrib/gis/db/backend/oracle/__init__.py @@ -12,6 +12,7 @@ SpatialBackend = BaseSpatialBackend(name='oracle', oracle=True, difference=DIFFERENCE, distance=DISTANCE, distance_functions=DISTANCE_FUNCTIONS, + extent=EXTENT, gis_terms=ORACLE_SPATIAL_TERMS, gml=ASGML, intersection=INTERSECTION,