mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #25722 -- Added the GEOSGeometry.covers() method.
This commit is contained in:
committed by
Tim Graham
parent
73a6ab6382
commit
ccc8f67b77
@@ -71,6 +71,9 @@ Minor features
|
||||
<django.contrib.gis.geos.GEOSGeometry.unary_union>` property computes the
|
||||
union of all the elements of this geometry.
|
||||
|
||||
* Added the :meth:`GEOSGeometry.covers()
|
||||
<django.contrib.gis.geos.GEOSGeometry.covers>` binary predicate.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user