Fixed #26685 -- Added dwithin lookup support on SpatiaLite.

This commit is contained in:
Kevan Swanberg 2016-07-21 16:54:07 -04:00 committed by Tim Graham
parent 0d7929266e
commit 35504f74a8
5 changed files with 11 additions and 5 deletions

View file

@ -114,6 +114,8 @@ Minor features
* The new :meth:`.GEOSGeometry.from_gml` and :meth:`.OGRGeometry.from_gml`
methods allow creating geometries from GML.
* Added support for the :lookup:`dwithin` lookup on SpatiaLite.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~