mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Normalized "an SQL" spelling.
This commit is contained in:
parent
e00d77c483
commit
575a9a791e
8 changed files with 11 additions and 11 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 a SQLite in-memory database with Python 3.4+ and SQLite 3.7.13+,
|
||||
If using an SQLite in-memory database with Python 3.4+ and SQLite 3.7.13+,
|
||||
`shared cache <https://www.sqlite.org/sharedcache.html>`_ will be 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