1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #15165 -- Prevented wrong results with perimeter on geodetic fields.

This commit is contained in:
Claude Paroz
2015-10-10 19:22:42 +02:00
committed by Tim Graham
parent e051930123
commit 00cb9e13b4
4 changed files with 35 additions and 7 deletions

View File

@@ -7,3 +7,4 @@ class DatabaseFeatures(BaseSpatialFeatures, OracleDatabaseFeatures):
supports_add_srs_entry = False
supports_geometry_field_introspection = False
supports_geometry_field_unique_index = False
supports_perimeter_geodetic = True