mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #25853 -- Added support for GeoHash function on SpatiaLite.
This commit is contained in:
parent
b61eab18f7
commit
25f5b5c19d
4 changed files with 16 additions and 4 deletions
|
@ -316,7 +316,7 @@ Function PostGIS Oracle MySQL SpatiaLite
|
|||
:class:`Distance` X X X (≥ 5.6.1) X
|
||||
:class:`Envelope` X X X
|
||||
:class:`ForceRHR` X
|
||||
:class:`GeoHash` X
|
||||
:class:`GeoHash` X X (≥ 4.0, LWGEOM)
|
||||
:class:`Intersection` X X X (≥ 5.6.1) X
|
||||
:class:`Length` X X X X
|
||||
:class:`MemSize` X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue