1
0
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:
Andriy Sokolovskiy
2014-12-04 01:17:59 +02:00
committed by Tim Graham
parent fca866763a
commit 8c99b7920e
6 changed files with 62 additions and 10 deletions

View File

@@ -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
^^^^^^^^^^