summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2022-09-28 09:02:54 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-28 20:40:23 +0200
commitb826b38847a170067a414658ca97ac07a413ae65 (patch)
tree480cac829c065b60044eb2f93833ca20f93b5b86 /docs
parent5630a6ca2942590180fe0b5890af33515d28d91d (diff)
[4.1.x] Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Bug in 3b3f38b3b09b0f2373e51406ecb8c9c45d36aebc. Thanks Kevin Renskers for the report. Backport of 0f5b11eca0ba199501941fa244b276aaa10353c8 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.2.txt b/docs/releases/4.1.2.txt
index 47b53f0e8b..434bc5f587 100644
--- a/docs/releases/4.1.2.txt
+++ b/docs/releases/4.1.2.txt
@@ -31,3 +31,7 @@ Bugfixes
* Fixed a regression in Django 4.1 where the app registry was not populated
when running parallel tests with the ``multiprocessing`` start method
``spawn`` (:ticket:`34010`).
+
+* Fixed a regression in Django 4.1 where the ``--debug-mode`` argument to
+ ``test`` did not work when running parallel tests with the
+ ``multiprocessing`` start method ``spawn`` (:ticket:`34010`).