diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/gis/geoquerysets.txt | 5 | ||||
| -rw-r--r-- | docs/releases/1.11.txt | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 6ac4b81c58..55387cd721 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -343,7 +343,7 @@ Lookup Type PostGIS Oracle MySQL [#]_ SpatiaLite :lookup:`distance_gte` X X X N :lookup:`distance_lt` X X X N :lookup:`distance_lte` X X X N -:lookup:`dwithin` X X B +:lookup:`dwithin` X X X B :lookup:`equals` X X X X C :lookup:`exact` X X X X B :lookup:`intersects` X X X X B diff --git a/docs/ref/contrib/gis/geoquerysets.txt b/docs/ref/contrib/gis/geoquerysets.txt index 7d2bcbdd6e..6f2ee01e36 100644 --- a/docs/ref/contrib/gis/geoquerysets.txt +++ b/docs/ref/contrib/gis/geoquerysets.txt @@ -708,11 +708,12 @@ Backend SQL Equivalent ========== ====================================== PostGIS ``ST_DWithin(poly, geom, 5)`` Oracle ``SDO_WITHIN_DISTANCE(poly, geom, 5)`` +SpatiaLite ``PtDistWithin(poly, geom, 5)`` ========== ====================================== -.. note:: +.. versionchanged:: 1.11 - This lookup is not available on SpatiaLite. + SpatiaLite support was added. .. _geoqueryset-methods: diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 67c247c86e..3953ba917c 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -114,6 +114,8 @@ Minor features * The new :meth:`.GEOSGeometry.from_gml` and :meth:`.OGRGeometry.from_gml` methods allow creating geometries from GML. +* Added support for the :lookup:`dwithin` lookup on SpatiaLite. + :mod:`django.contrib.messages` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
