Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.

This commit is contained in:
Sergey Fedoseev 2015-11-25 23:59:57 +05:00 committed by Tim Graham
parent 0cfe589f95
commit f920be7c32
5 changed files with 23 additions and 0 deletions

View file

@ -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