summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-09-10 15:41:26 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-09-10 15:41:26 +0200
commita32206b3650c5ce18c0a06eb0eb40abc8becfa58 (patch)
treed3d04058e44a7080d3fcaa637bb3afa31ba4c3e4 /docs/releases
parent710b4a70321148b470bf55c73d81170f07c839f9 (diff)
Documented that the parallel test runner doesn't work on Windows.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.9.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 41e7701e99..3d256ae29d 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -135,9 +135,10 @@ Each process gets its own database. You must ensure that different test cases
don't access the same resources. For instance, test cases that touch the
filesystem should create a temporary directory for their own use.
-This option is enabled by default for Django's own test suite on database
-backends that support it (this is all the built-in backends except for
-Oracle).
+This option is enabled by default for Django's own test suite provided:
+
+- the OS supports it (all but Windows)
+- the database backend supports it (all the built-in backends but Oracle)
Minor features
~~~~~~~~~~~~~~