mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Added SpatialFeatures.unsupported_geojson_options.
This commit is contained in:
@@ -10,3 +10,4 @@ class DatabaseFeatures(BaseSpatialFeatures, OracleDatabaseFeatures):
|
||||
supports_geometry_field_unique_index = False
|
||||
supports_perimeter_geodetic = True
|
||||
supports_dwithin_distance_expr = False
|
||||
unsupported_geojson_options = {'bbox', 'crs', 'precision'}
|
||||
|
||||
Reference in New Issue
Block a user