summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-08-23 18:03:11 +0200
committerClaude Paroz <claude@2xlibre.net>2014-08-23 18:03:11 +0200
commit1f45f3cea1623d7b1414c48869535bd3350b4ba8 (patch)
tree5054d75c9400f29643d3b9c56902587f1a969a12 /docs/ref
parentba1d707b0f5666809b09bb8234f2df64bf0d7490 (diff)
Updated docs about Spatialite collect/extent support
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geoquerysets.txt4
1 files 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.