summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2015-11-09 22:36:12 +0500
committerTim Graham <timograham@gmail.com>2015-11-18 19:17:16 -0500
commit034dfbfc057b6090f9f2589731b8f58a70e4f885 (patch)
tree6d3d8a6437992f29ff17e2628ce667fe2c5924de /docs/releases
parent1e35dd1a053b620f065101c02069c8e142ebf8ec (diff)
Fixed #25654 -- Added the GEOSGeometry.unary_union property.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.10.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index d16075f00f..bcda61f09c 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -64,6 +64,10 @@ Minor features
* :ref:`Distance lookups <distance-lookups>` now accept expressions as the
distance value parameter.
+* The new :attr:`GEOSGeometry.unary_union
+ <django.contrib.gis.geos.GEOSGeometry.unary_union>` property computes the
+ union of all the elements of this geometry.
+
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^