mirror of
https://github.com/django/django.git
synced 2025-08-11 22:38:20 +00:00
[1.9.x] Normalized "an SQL" spelling.
Backport of 575a9a791e
from master
This commit is contained in:
parent
3c6b9f0bbd
commit
fef3f50e31
8 changed files with 11 additions and 11 deletions
|
@ -179,7 +179,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