From 2b582387d51c44fa928351ca55f05fc8b8d2986e Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 4 Aug 2023 06:35:13 +0200 Subject: Fixed #34760 -- Dropped support for SQLite < 3.27. --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/databases.txt') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index aa55446607..6e9cb63fda 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -792,7 +792,7 @@ appropriate typecasting. SQLite notes ============ -Django supports SQLite 3.21.0 and later. +Django supports SQLite 3.27.0 and later. SQLite_ provides an excellent development alternative for applications that are predominantly read-only or require a smaller installation footprint. As -- cgit v1.3