mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
This commit is contained in:
committed by
Tim Graham
parent
0cfe589f95
commit
f920be7c32
@@ -361,6 +361,10 @@ This prevents confusion about an assignment resulting in an implicit save.
|
||||
:class:`~django.contrib.gis.geos.Point` are deprecated in favor of the
|
||||
``tuple`` property.
|
||||
|
||||
* The ``cascaded_union`` property of
|
||||
:class:`~django.contrib.gis.geos.MultiPolygon` is deprecated in favor of the
|
||||
:attr:`~django.contrib.gis.geos.GEOSGeometry.unary_union` property.
|
||||
|
||||
Miscellaneous
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user