1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.

This commit is contained in:
Tim Graham
2016-12-31 09:45:55 -05:00
parent 997c9f7099
commit 7e63e84572
5 changed files with 4 additions and 32 deletions

View File

@@ -333,3 +333,6 @@ these features.
* The ``get_coords()`` and ``set_coords()`` methods of
``django.contrib.gis.geos.Point`` are removed.
* The ``cascaded_union`` property of ``django.contrib.gis.geos.MultiPolygon``
is removed.