Skip to content

Commit

Permalink
Forgot to actually enable the extent aggregate for Oracle.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Jan 15, 2009
1 parent f671a5c commit f60d0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/gis/db/backend/oracle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
difference=DIFFERENCE,
distance=DISTANCE,
distance_functions=DISTANCE_FUNCTIONS,
extent=EXTENT,
gis_terms=ORACLE_SPATIAL_TERMS,
gml=ASGML,
intersection=INTERSECTION,
Expand Down

0 comments on commit f60d0f5

Please sign in to comment.