mirror of
https://github.com/django/django.git
synced 2025-03-07 07:52:31 +00:00
Removed BaseSpatialOperations.geometry.
Unused since 26996e2d55719deb0a0b85c642c88658c929106c.
This commit is contained in:
parent
84ca7b8602
commit
69ffaa297c
@ -23,9 +23,8 @@ class BaseSpatialOperations:
|
|||||||
def select_extent(self):
|
def select_extent(self):
|
||||||
return self.select
|
return self.select
|
||||||
|
|
||||||
# Does the spatial database have a geometry or geography type?
|
# Does the spatial database have a geography type?
|
||||||
geography = False
|
geography = False
|
||||||
geometry = False
|
|
||||||
|
|
||||||
# Aggregates
|
# Aggregates
|
||||||
disallowed_aggregates = ()
|
disallowed_aggregates = ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user