1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #25654 -- Added the GEOSGeometry.unary_union property.

This commit is contained in:
Sergey Fedoseev
2015-11-09 22:36:12 +05:00
committed by Tim Graham
parent 1e35dd1a05
commit 034dfbfc05
6 changed files with 37 additions and 0 deletions

View File

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