Moved log_response() release notes into backwards incompatible changes section.
Follow up to 90cf963264
.
This commit is contained in:
parent
8f7cda0831
commit
6ffe48b8e4
|
@ -427,6 +427,9 @@ Miscellaneous
|
||||||
JavaScript events and don't depend on jQuery. See
|
JavaScript events and don't depend on jQuery. See
|
||||||
:ref:`admin-javascript-inline-form-events` for more details on the change.
|
: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:
|
.. _deprecated-features-4.1:
|
||||||
|
|
||||||
Features deprecated in 4.1
|
Features deprecated in 4.1
|
||||||
|
@ -482,9 +485,6 @@ Miscellaneous
|
||||||
:meth:`~.SimpleTestCase.assertFormsetError` is deprecated. Use ``errors=[]``
|
:meth:`~.SimpleTestCase.assertFormsetError` is deprecated. Use ``errors=[]``
|
||||||
instead.
|
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
|
* ``django.contrib.sessions.serializers.PickleSerializer`` is deprecated due to
|
||||||
the risk of remote code execution.
|
the risk of remote code execution.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue