summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-22 15:48:41 -0500
committerTim Graham <timograham@gmail.com>2018-12-22 16:59:28 -0500
commitd5af14aa84dc5ec913859e787b269fb8029d63cd (patch)
tree53337627ca568848a1eaea440ccd01c6709f29af /docs/ref
parent790d108c97f0cf9caa02c72791f2bf158d308fcd (diff)
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/databases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 2dd1c06687..04214a6560 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -627,7 +627,7 @@ appropriate typecasting.
SQLite notes
============
-Django supports SQLite 3.7.15 and later.
+Django supports SQLite 3.8.3 and later.
SQLite_ provides an excellent development alternative for applications that
are predominantly read-only or require a smaller installation footprint. As