1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #25853 -- Added support for GeoHash function on SpatiaLite.

This commit is contained in:
Sergey Fedoseev
2015-12-04 09:52:16 +05:00
committed by Tim Graham
parent b61eab18f7
commit 25f5b5c19d
4 changed files with 16 additions and 4 deletions

View File

@@ -80,7 +80,8 @@ Minor features
and :attr:`~django.contrib.gis.gdal.GDALBand.std` attributes.
* Added support for the :class:`~django.contrib.gis.db.models.MakeLine`
aggregate on SpatiaLite.
aggregate and :class:`~django.contrib.gis.db.models.functions.GeoHash`
function on SpatiaLite.
* Added support for the
:class:`~django.contrib.gis.db.models.functions.Difference`,