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:
committed by
Tim Graham
parent
1e35dd1a05
commit
034dfbfc05
@@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user