mirror of
https://github.com/django/django.git
synced 2025-03-11 18:02:35 +00:00
Removed BaseSpatialOperations.truncate_params.
Unused since 32969c3931dea8488ee4ad2849eab43e31e5542e.
This commit is contained in:
parent
cd2ad26cc9
commit
6cb0a3ac28
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user