mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33891 -- Fixed test command crash when running in parallel using spawn.
Thanks Kevin Renskers for the report.
Regression in 41c4cb253c.
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user