mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[4.1.x] Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Bug in3b3f38b3b0. Thanks Kevin Renskers for the report. Backport of0f5b11eca0from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
5630a6ca29
commit
b826b38847
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user