mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
This commit is contained in:
parent
2e06ff8e14
commit
1160a97596
2 changed files with 4 additions and 0 deletions
|
@ -627,6 +627,8 @@ appropriate typecasting.
|
|||
SQLite notes
|
||||
============
|
||||
|
||||
Django supports SQLite 3.7.15 and later.
|
||||
|
||||
SQLite_ provides an excellent development alternative for applications that
|
||||
are predominantly read-only or require a smaller installation footprint. As
|
||||
with all database servers, though, there are some differences that are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue