summaryrefslogtreecommitdiff
path: root/docs/releases/4.0.txt
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-05-23 19:32:22 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-03 09:57:04 +0200
commitae89daf46f83a7b39d599d289624c3377bfa4ab1 (patch)
treed13424f391dc541289db612d896542856bc4080f /docs/releases/4.0.txt
parent7e38a8d66f9a4fbbf373de30f1cc6be906502559 (diff)
downloaddjango-ae89daf46f83a7b39d599d289624c3377bfa4ab1.tar.gz
Fixed #31621 -- Added support for '--parallel auto' to test management command.
Diffstat (limited to 'docs/releases/4.0.txt')
-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 825a669e00..3af4726bc9 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -350,6 +350,9 @@ Tests
* Django test runner now supports a :option:`--shuffle <test --shuffle>` option
to execute tests in a random order.
+* The :option:`test --parallel` option now supports the value ``auto`` to run
+ one test process for each processor core.
+
URLs
~~~~