diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-11 22:16:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-11 22:16:46 +0100 |
| commit | 6ffe48b8e43140e79180ec6dc02577437e761819 (patch) | |
| tree | fba6fe74242960027c05f5b99ffa1d326450c68b /docs | |
| parent | 8f7cda083154a2e97e07115a66ee28be27200348 (diff) | |
Moved log_response() release notes into backwards incompatible changes section.
Follow up to 90cf96326432df56a1cf981df215b83f4e993bfd.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.txt | 6 |
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. |
