diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-08 05:53:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 05:53:18 +0100 |
| commit | 95a101a690402076321331d56e67d896e8f6dfbc (patch) | |
| tree | eb2ef498880cc09229fce49b26fca97d8a1e00ea /docs/ref/databases.txt | |
| parent | 0036bcdcb65874f63fff8139fe86574fa155eb26 (diff) | |
Fixed #34201 -- Bumped minimum supported SQLite to 3.21.0.
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 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 |
