diff options
| author | Claude Paroz <claude@2xlibre.net> | 2014-08-19 18:47:23 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2014-08-23 15:41:13 +0200 |
| commit | a7d964ab87ad7352af3e33b8f3c12e4643a80f02 (patch) | |
| tree | 7580438c83006bced53611c73b8cab75dc607cac /docs/ref | |
| parent | 46c7707e50400e237cbd774a31ad801669ca3905 (diff) | |
Replaced no_spatialite by connection features
Refs #22632. Thanks Tim Graham for the review.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index c9e9f1fc28..6958135f88 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -270,11 +270,11 @@ Method PostGIS Oracle SpatiaLite ==================================== ======= ====== ========== :meth:`GeoQuerySet.area` X X X :meth:`GeoQuerySet.centroid` X X X -:meth:`GeoQuerySet.collect` X +:meth:`GeoQuerySet.collect` X (from v3.0) :meth:`GeoQuerySet.difference` X X X :meth:`GeoQuerySet.distance` X X X :meth:`GeoQuerySet.envelope` X X -:meth:`GeoQuerySet.extent` X X +:meth:`GeoQuerySet.extent` X X (from v3.0) :meth:`GeoQuerySet.extent3d` X :meth:`GeoQuerySet.force_rhr` X :meth:`GeoQuerySet.geohash` X |
