Commit f60d0f59 authored by Justin Bronn's avatar Justin Bronn
Browse files

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
parent f671a5c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,