diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-08-04 06:35:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 06:35:13 +0200 |
| commit | 2b582387d51c44fa928351ca55f05fc8b8d2986e (patch) | |
| tree | 79eb0423530ab2a9ce8dbdbd20431bab073a5b71 /docs/ref/databases.txt | |
| parent | f46a6b2816819ed12d4d0150c99d66920070ca15 (diff) | |
Fixed #34760 -- Dropped support for SQLite < 3.27.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
