summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-12-08 05:53:18 +0100
committerGitHub <noreply@github.com>2022-12-08 05:53:18 +0100
commit95a101a690402076321331d56e67d896e8f6dfbc (patch)
treeeb2ef498880cc09229fce49b26fca97d8a1e00ea /docs
parent0036bcdcb65874f63fff8139fe86574fa155eb26 (diff)
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/install/index.txt2
-rw-r--r--docs/ref/databases.txt2
-rw-r--r--docs/releases/4.2.txt2
3 files changed, 4 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt
index 629a070bb8..625b3aabad 100644
--- a/docs/ref/contrib/gis/install/index.txt
+++ b/docs/ref/contrib/gis/install/index.txt
@@ -61,7 +61,7 @@ Database Library Requirements Supported Versions Notes
PostgreSQL GEOS, GDAL, PROJ, PostGIS 12+ Requires PostGIS.
MySQL GEOS, GDAL 8+ :ref:`Limited functionality <mysql-spatial-limitations>`.
Oracle GEOS, GDAL 19+ XE not supported.
-SQLite GEOS, GDAL, PROJ, SpatiaLite 3.9.0+ Requires SpatiaLite 4.3+
+SQLite GEOS, GDAL, PROJ, SpatiaLite 3.21.0+ Requires SpatiaLite 4.3+
================== ============================== ================== =========================================
See also `this comparison matrix`__ on the OSGeo Wiki for
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 19d1acc776..79b0386e1a 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -730,7 +730,7 @@ appropriate typecasting.
SQLite notes
============
-Django supports SQLite 3.9.0 and later.
+Django supports SQLite 3.21.0 and later.
SQLite_ provides an excellent development alternative for applications that
are predominantly read-only or require a smaller installation footprint. As
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index 77d4c8594c..d378162537 100644
--- a/docs/releases/4.2.txt
+++ b/docs/releases/4.2.txt
@@ -407,6 +407,8 @@ Miscellaneous
* The ``is_summary`` argument of the undocumented ``Query.add_annotation()``
method is removed.
+* The minimum supported version of SQLite is increased from 3.9.0 to 3.21.0.
+
.. _deprecated-features-4.2:
Features deprecated in 4.2