1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added more spatial predicates for prepared geometries

GEOS 3.3 added crosses, disjoint, overlaps, touches and within
predicates on prepared geometries.
This commit is contained in:
Claude Paroz
2013-12-24 16:53:09 +01:00
parent d17404aa90
commit 9267fb88ef
5 changed files with 95 additions and 6 deletions

View File

@@ -211,6 +211,10 @@ Minor features
* The default OpenLayers library version included in widgets has been updated
from 2.11 to 2.13.
* Prepared geometries now also support the ``crosses``, ``disjoint``,
``overlaps``, ``touches`` and ``within`` predicates, if GEOS 3.3 or later is
installed.
:mod:`django.contrib.messages`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^