Kaydet (Commit) 6cb0a3ac authored tarafından Sergey Fedoseev's avatar Sergey Fedoseev Kaydeden (comit) Tim Graham

Removed BaseSpatialOperations.truncate_params.

Unused since 32969c39.
üst cd2ad26c
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
......
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment