mirror of
https://github.com/django/django.git
synced 2025-12-17 14:26:45 +00:00
This commit is contained in:
parent
c9a53035d6
commit
c6fd1e904c
4 changed files with 18 additions and 3 deletions
|
|
@ -148,6 +148,7 @@ class OracleOperations(DatabaseOperations, BaseSpatialOperations):
|
|||
'PointField', 'GeometryField', 'LineStringField',
|
||||
'PolygonField', 'MultiPointField', 'MultiLineStringField',
|
||||
'MultiPolygonField', 'GeometryCollectionField', 'GeomField',
|
||||
'GMLField',
|
||||
)
|
||||
if internal_type in geometry_fields:
|
||||
converters.append(self.convert_textfield_value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue