From d4db417c8e6935222d198925dd4c5ac1ca737909 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 4 Aug 2022 09:16:38 +0200 Subject: Fixed #33891 -- Fixed test command crash when running in parallel using spawn. Thanks Kevin Renskers for the report. Regression in 41c4cb253c137edf5a96b7408ea55d57d6e0602a. --- docs/releases/4.1.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 2d705f6a99..ec1b61617d 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -14,3 +14,7 @@ Bugfixes * Fixed a regression in Django 4.1 that caused a crash of admin's autocomplete widgets when translations are deactivated (:ticket:`33888`). + +* Fixed a regression in Django 4.1 that caused a crash of the ``test`` + management command when running in parallel and ``multiprocessing`` start + method is ``spawn`` (:ticket:`33891`). -- cgit v1.3