mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #24152 -- Removed deprecated GeoQuerySet aggregate methods.
Per deprecation timeline.
This commit is contained in:
parent
b6ea1961eb
commit
5d383549ee
7 changed files with 35 additions and 233 deletions
|
@ -358,8 +358,7 @@ Support for 3D geometry fields was added, and may be enabled
|
|||
by setting the :attr:`~django.contrib.gis.db.models.GeometryField.dim`
|
||||
keyword to 3 in your :class:`~django.contrib.gis.db.models.GeometryField`.
|
||||
The :class:`~django.contrib.gis.db.models.Extent3D` aggregate
|
||||
and :meth:`~django.contrib.gis.db.models.GeoQuerySet.extent3d` ``GeoQuerySet``
|
||||
method were added as a part of this feature.
|
||||
and ``extent3d()`` ``GeoQuerySet`` method were added as a part of this feature.
|
||||
|
||||
The following :class:`~django.contrib.gis.db.models.GeoQuerySet`
|
||||
methods are new in 1.2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue