From d58e985aaa48150e43d51d3eeb2713e28a8e61e9 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 12 Apr 2013 20:59:56 +0200 Subject: [PATCH] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 Thanks burton449geo at gmail.com for the report. --- docs/ref/contrib/gis/geoquerysets.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 66afc3d377..97217e3c38 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -949,6 +949,9 @@ __ http://geohash.org/ *Availability*: PostGIS, SpatiaLite +.. versionchanged:: 1.5 + ``geojson`` support for Spatialite > 3.0 has been added. + Attaches a ``geojson`` attribute to every model in the queryset that contains the `GeoJSON`__ representation of the geometry.