mirror of https://github.com/django/django.git
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,
|
difference=DIFFERENCE,
|
||||||
distance=DISTANCE,
|
distance=DISTANCE,
|
||||||
distance_functions=DISTANCE_FUNCTIONS,
|
distance_functions=DISTANCE_FUNCTIONS,
|
||||||
|
extent=EXTENT,
|
||||||
gis_terms=ORACLE_SPATIAL_TERMS,
|
gis_terms=ORACLE_SPATIAL_TERMS,
|
||||||
gml=ASGML,
|
gml=ASGML,
|
||||||
intersection=INTERSECTION,
|
intersection=INTERSECTION,
|
||||||
|
|
Loading…
Reference in New Issue