mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #22603 -- Reorganized classes in django.db.backends.
This commit is contained in:
7
django/contrib/gis/db/backends/oracle/features.py
Normal file
7
django/contrib/gis/db/backends/oracle/features.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.contrib.gis.db.backends.base.features import BaseSpatialFeatures
|
||||
from django.db.backends.oracle.features import DatabaseFeatures as OracleDatabaseFeatures
|
||||
|
||||
|
||||
class DatabaseFeatures(BaseSpatialFeatures, OracleDatabaseFeatures):
|
||||
supports_add_srs_entry = False
|
||||
supports_geometry_field_introspection = False
|
||||
Reference in New Issue
Block a user