From f3bada9889da23ae99a86ce268122b7c9ad9f1eb Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Wed, 26 Jul 2017 12:40:19 +0500 Subject: Fixed #28436 -- Added support for distance lookups on MySQL. --- docs/ref/contrib/gis/geoquerysets.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 3db95162f1..eea02f1315 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -606,7 +606,7 @@ PostGIS equivalent:: Distance Lookups ================ -*Availability*: PostGIS, Oracle, SpatiaLite, PGRaster (Native) +*Availability*: PostGIS, Oracle, MySQL, SpatiaLite, PGRaster (Native) For an overview on performing distance queries, please refer to the :ref:`distance queries introduction `. @@ -639,6 +639,10 @@ spheroid based lookups. Support for the ``'spheroid'`` option on SQLite was added. +.. versionadded:: 2.0 + + MySQL support was added. + .. fieldlookup:: distance_gt ``distance_gt`` -- cgit v1.3