mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
This commit is contained in:
committed by
Mariusz Felisiak
parent
188f7786bc
commit
b7a438c7e2
@@ -266,6 +266,10 @@ Tests
|
||||
creating deep copies with :py:func:`copy.deepcopy`. Assigning objects which
|
||||
don't support ``deepcopy()`` is deprecated and will be removed in Django 4.1.
|
||||
|
||||
* :class:`~django.test.runner.DiscoverRunner` now enables
|
||||
:py:mod:`faulthandler` by default. This can be disabled by using the
|
||||
:option:`test --no-faulthandler` option.
|
||||
|
||||
* :class:`~django.test.Client` now preserves the request query string when
|
||||
following 307 and 308 redirects.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user