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:
@@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user