mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
This commit is contained in:
committed by
Tim Graham
parent
fca866763a
commit
8c99b7920e
@@ -573,6 +573,10 @@ Tests
|
||||
|
||||
* Added test client support for file uploads with file-like objects.
|
||||
|
||||
* A shared cache is now used when testing with a SQLite in-memory database when
|
||||
using Python 3.4+ and SQLite 3.7.13+. This allows sharing the database
|
||||
between threads.
|
||||
|
||||
Validators
|
||||
^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user