diff --git a/django/contrib/gis/db/backends/base/operations.py b/django/contrib/gis/db/backends/base/operations.py index 315735c1eb..b0331f051a 100644 --- a/django/contrib/gis/db/backends/base/operations.py +++ b/django/contrib/gis/db/backends/base/operations.py @@ -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 = ()