summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-11-25 23:59:57 +0500
committerTim Graham <timograham@gmail.com>2015-11-25 17:31:24 -0500
commitf920be7c329b3de77d1ea306a6104487ce1228fb (patch)
tree457e0a1a7f22c0bb2cb40791cd8fe933bf52ed90 /docs/internals
parent0cfe589f9563f283cbffd03d95c7f9e8e63345b9 (diff)
Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 2b21b98179..6a312dc925 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -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