mirror of
https://github.com/django/django.git
synced 2025-07-23 21:25:40 +00:00
parent
84ca7b8602
commit
69ffaa297c
1 changed files with 1 additions and 2 deletions
|
@ -23,9 +23,8 @@ class BaseSpatialOperations:
|
|||
def select_extent(self):
|
||||
return self.select
|
||||
|
||||
# Does the spatial database have a geometry or geography type?
|
||||
# Does the spatial database have a geography type?
|
||||
geography = False
|
||||
geometry = False
|
||||
|
||||
# Aggregates
|
||||
disallowed_aggregates = ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue