diff options
| author | Tim Graham <timograham@gmail.com> | 2018-08-03 10:36:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-08-03 14:42:26 -0400 |
| commit | 1160a975968f86953a6c4405b772eb86283c5a4a (patch) | |
| tree | ded4f9ffd2f48cd60b65613f2c41a4d1621e4383 /docs/ref/databases.txt | |
| parent | 2e06ff8e141d347b6b2991891bbac01fba0396d0 (diff) | |
Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 31853f785c..10921f0e64 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -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 |
