mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
This commit is contained in:
parent
188f7786bc
commit
b7a438c7e2
5 changed files with 61 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue