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

Fixed Oracle GIS gml() test failure introduced by e910340; refs #18757.

This commit is contained in:
Marc Tamlyn
2014-09-21 08:51:59 +01:00
parent c9a53035d6
commit c6fd1e904c
4 changed files with 18 additions and 3 deletions

View File

@@ -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)