diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2017-07-26 12:40:19 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-26 08:50:56 -0400 |
| commit | f3bada9889da23ae99a86ce268122b7c9ad9f1eb (patch) | |
| tree | 25b31d5755d9d240f1082df2266d87e8c215d200 /docs/ref | |
| parent | 38af496b98a82816072d5f0932c1eb886d0197b3 (diff) | |
Fixed #28436 -- Added support for distance lookups on MySQL.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 6 |
1 files changed, 5 insertions, 1 deletions
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 <distance-queries>`. @@ -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`` |
