diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-04 09:16:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 09:16:38 +0200 |
| commit | d4db417c8e6935222d198925dd4c5ac1ca737909 (patch) | |
| tree | 38717c9a3c1c494cf7f3b717670e0da4dd3fdd82 /docs | |
| parent | 0638b4e23dbabdcf7d7a6f2a2d5b95b980dece78 (diff) | |
Fixed #33891 -- Fixed test command crash when running in parallel using spawn.
Thanks Kevin Renskers for the report.
Regression in 41c4cb253c137edf5a96b7408ea55d57d6e0602a.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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`). |
