Fixed #12410 -- Added LineLocatePoint GIS function.

This commit is contained in:
Sergey Fedoseev 2017-04-02 00:02:09 +05:00 committed by Tim Graham
parent 7b53041420
commit ede4f6d48c
9 changed files with 38 additions and 7 deletions

View file

@ -68,6 +68,9 @@ Minor features
:class:`~django.contrib.gis.db.models.functions.IsValid` function, and
:lookup:`isvalid` lookup.
* Added the :class:`~django.contrib.gis.db.models.functions.LineLocatePoint`
function, supported on PostGIS and SpatiaLite.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~