mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #28436 -- Added support for distance lookups on MySQL.
This commit is contained in:
parent
38af496b98
commit
f3bada9889
6 changed files with 43 additions and 13 deletions
|
@ -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``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue