summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt6
1 files 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.