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
This commit is contained in:
Justin Bronn 2009-01-15 19:50:29 +00:00
parent f671a5c961
commit f60d0f597a
1 changed files with 1 additions and 0 deletions

View File

@ -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,