mirror of
https://github.com/django/django.git
synced 2025-08-29 23:14:23 +00:00
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
This commit is contained in:
parent
51d230e00b
commit
27193aea00
7 changed files with 11 additions and 44 deletions
|
@ -177,7 +177,7 @@ control the particular collation used by the test database. See the
|
|||
:doc:`settings documentation </ref/settings>` for details of these
|
||||
and other advanced settings.
|
||||
|
||||
If using an SQLite in-memory database with SQLite 3.7.13+, `shared cache
|
||||
If using an SQLite in-memory database with SQLite, `shared cache
|
||||
<https://www.sqlite.org/sharedcache.html>`_ is enabled, so you can write tests
|
||||
with ability to share the database between threads.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue