summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-03-16 12:45:53 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-03-18 15:30:47 +0100
commitf6713cda89d323565cfdc867c977c3363edcfc3c (patch)
tree144e12c4b696a0992cfbb3d03ef3975e09b8e8ff /docs
parente3bca22e7e572b0274a0814c7869c899d7b544e0 (diff)
Fixed #31370 -- Added support for parallel tests with --buffer.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index 770045e179..e15413b501 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -258,6 +258,9 @@ Tests
serialized to allow usage of the
:ref:`serialized_rollback <test-case-serialized-rollback>` feature.
+* Django test runner now supports a :option:`--buffer <test --buffer>` option
+ with parallel tests.
+
URLs
~~~~