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:
parent
f671a5c961
commit
f60d0f597a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue