Moved log_response() release notes into backwards incompatible changes section.

Follow up to 90cf963264.
This commit is contained in:
Mariusz Felisiak 2022-03-11 22:16:46 +01:00 committed by GitHub
parent 8f7cda0831
commit 6ffe48b8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -427,6 +427,9 @@ Miscellaneous
JavaScript events and don't depend on jQuery. See
:ref:`admin-javascript-inline-form-events` for more details on the change.
* The ``exc_info`` argument of the undocumented
``django.utils.log.log_response()`` function is replaced by ``exception``.
.. _deprecated-features-4.1:
Features deprecated in 4.1
@ -482,9 +485,6 @@ Miscellaneous
:meth:`~.SimpleTestCase.assertFormsetError` is deprecated. Use ``errors=[]``
instead.
* The ``exc_info`` argument of the undocumented
``django.utils.log.log_response()`` function is replaced by ``exception``.
* ``django.contrib.sessions.serializers.PickleSerializer`` is deprecated due to
the risk of remote code execution.