Removed BaseSpatialOperations.truncate_params.
Unused since 32969c3931
.
This commit is contained in:
parent
cd2ad26cc9
commit
6cb0a3ac28
|
@ -1,6 +1,4 @@
|
||||||
class BaseSpatialOperations:
|
class BaseSpatialOperations:
|
||||||
truncate_params = {}
|
|
||||||
|
|
||||||
# Quick booleans for the type of this spatial backend, and
|
# Quick booleans for the type of this spatial backend, and
|
||||||
# an attribute for the spatial database version tuple (if applicable)
|
# an attribute for the spatial database version tuple (if applicable)
|
||||||
postgis = False
|
postgis = False
|
||||||
|
|
|
@ -115,8 +115,6 @@ class OracleOperations(BaseSpatialOperations, DatabaseOperations):
|
||||||
'dwithin': SDODWithin(),
|
'dwithin': SDODWithin(),
|
||||||
}
|
}
|
||||||
|
|
||||||
truncate_params = {'relate': None}
|
|
||||||
|
|
||||||
unsupported_functions = {
|
unsupported_functions = {
|
||||||
'AsGeoJSON', 'AsKML', 'AsSVG', 'Envelope', 'ForceRHR', 'GeoHash',
|
'AsGeoJSON', 'AsKML', 'AsSVG', 'Envelope', 'ForceRHR', 'GeoHash',
|
||||||
'MakeValid', 'MemSize', 'Scale', 'SnapToGrid', 'Translate',
|
'MakeValid', 'MemSize', 'Scale', 'SnapToGrid', 'Translate',
|
||||||
|
|
Loading…
Reference in New Issue