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

Refs #12400 -- Added supports_geometry_field_unique_index GIS db feature.

This commit is contained in:
Jani Tiainen
2015-08-19 21:37:31 +03:00
committed by Tim Graham
parent bda408f60b
commit 1b8d7eff3b
3 changed files with 5 additions and 1 deletions

View File

@@ -6,3 +6,4 @@ from django.db.backends.oracle.features import \
class DatabaseFeatures(BaseSpatialFeatures, OracleDatabaseFeatures):
supports_add_srs_entry = False
supports_geometry_field_introspection = False
supports_geometry_field_unique_index = False