From 1f45f3cea1623d7b1414c48869535bd3350b4ba8 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 23 Aug 2014 18:03:11 +0200 Subject: [PATCH] Updated docs about Spatialite collect/extent support --- docs/ref/contrib/gis/geoquerysets.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index aac36afd29..b8aeaf6157 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -1098,7 +1098,7 @@ Aggregate Methods .. method:: GeoQuerySet.collect(**kwargs) -*Availability*: PostGIS +*Availability*: PostGIS, Spatialite (>=3.0) Returns a ``GEOMETRYCOLLECTION`` or a ``MULTI`` geometry object from the geometry column. This is analogous to a simplified version of the :meth:`GeoQuerySet.unionagg` method, @@ -1111,7 +1111,7 @@ dissolving boundaries. .. method:: GeoQuerySet.extent(**kwargs) -*Availability*: PostGIS, Oracle +*Availability*: PostGIS, Oracle, Spatialite (>=3.0) Returns the extent of the ``GeoQuerySet`` as a four-tuple, comprising the lower left coordinate and the upper right coordinate.