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:
committed by
Tim Graham
parent
b61eab18f7
commit
25f5b5c19d
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user