Removed BaseSpatialOperations.truncate_params.

Unused since 32969c3931.
This commit is contained in:
Sergey Fedoseev 2017-03-20 16:59:23 +05:00 committed by Tim Graham
parent cd2ad26cc9
commit 6cb0a3ac28
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
class BaseSpatialOperations:
truncate_params = {}
# Quick booleans for the type of this spatial backend, and
# an attribute for the spatial database version tuple (if applicable)
postgis = False

View File

@ -115,8 +115,6 @@ class OracleOperations(BaseSpatialOperations, DatabaseOperations):
'dwithin': SDODWithin(),
}
truncate_params = {'relate': None}
unsupported_functions = {
'AsGeoJSON', 'AsKML', 'AsSVG', 'Envelope', 'ForceRHR', 'GeoHash',
'MakeValid', 'MemSize', 'Scale', 'SnapToGrid', 'Translate',