From 85c154da2f07485a1cdc4d886eee4c1a1ef56137 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Sun, 28 Apr 2024 18:22:21 +0200 Subject: Fixed #35412 -- Dropped support for SQLite < 3.31. --- docs/ref/contrib/gis/install/index.txt | 2 +- docs/ref/databases.txt | 2 +- docs/releases/5.1.txt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 3f948a81d4..7706790b2a 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -59,7 +59,7 @@ Database Library Requirements Supported Versions Notes PostgreSQL GEOS, GDAL, PROJ, PostGIS 13+ Requires PostGIS. MySQL GEOS, GDAL 8.0.11+ :ref:`Limited functionality `. Oracle GEOS, GDAL 19+ XE not supported. -SQLite GEOS, GDAL, PROJ, SpatiaLite 3.27.0+ Requires SpatiaLite 4.3+ +SQLite GEOS, GDAL, PROJ, SpatiaLite 3.31.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 acebfdf348..c8e9f2ebff 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -812,7 +812,7 @@ appropriate typecasting. SQLite notes ============ -Django supports SQLite 3.27.0 and later. +Django supports SQLite 3.31.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/5.1.txt b/docs/releases/5.1.txt index a07f8942a5..b461524c70 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -419,6 +419,8 @@ Miscellaneous * The undocumented ``django.urls.converters.get_converter()`` function is removed. +* The minimum supported version of SQLite is increased from 3.27.0 to 3.31.0. + .. _deprecated-features-5.1: Features deprecated in 5.1 -- cgit v1.3