1
0
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:
Sergey Fedoseev
2015-11-20 15:11:25 +05:00
committed by Tim Graham
parent 73a6ab6382
commit ccc8f67b77
6 changed files with 45 additions and 6 deletions

View File

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