mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
This commit is contained in:
parent
0cfe589f95
commit
f920be7c32
5 changed files with 23 additions and 0 deletions
|
@ -121,6 +121,9 @@ details on these changes.
|
|||
* The ``get_coords()`` and ``set_coords()`` methods of
|
||||
``django.contrib.gis.geos.Point`` will be removed.
|
||||
|
||||
* The ``cascaded_union`` property of ``django.contrib.gis.geos.MultiPolygon``
|
||||
will be removed.
|
||||
|
||||
.. _deprecation-removed-in-1.10:
|
||||
|
||||
1.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue