From 6ffe48b8e43140e79180ec6dc02577437e761819 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 11 Mar 2022 22:16:46 +0100 Subject: [PATCH] Moved log_response() release notes into backwards incompatible changes section. Follow up to 90cf96326432df56a1cf981df215b83f4e993bfd. --- docs/releases/4.1.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 9dff4784cb..499a67dbd4 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -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.