mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #34010 -- Made --debug-mode work for parallel tests using spawn.
Bug in 3b3f38b3b0.
Thanks Kevin Renskers for the report.
This commit is contained in:
committed by
Mariusz Felisiak
parent
4a910f3de3
commit
0f5b11eca0
@@ -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