From 57680658f31500ba392352d700d2f1d9f407f185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Corbin?= Date: Tue, 17 Jan 2023 13:08:42 +0100 Subject: [PATCH] [4.2.x] Fixed #34264 -- Moved release note about session cookies into error reporting section. Backport of e2964fed1761981ff7e5c60762e954f307cf7969 from main --- docs/releases/4.2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 9f592b102a3..0e86e7faaae 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -229,6 +229,9 @@ Error Reporting * The debug page now shows :pep:`exception notes <678>` and :pep:`fine-grained error locations <657>` on Python 3.11+. +* Session cookies are now treated as credentials and therefore hidden and + replaced with stars (``**********``) in error reports. + Forms ~~~~~ @@ -238,9 +241,6 @@ Forms * :func:`~django.forms.models.modelform_factory` now respects the ``formfield_callback`` attribute of the ``form``’s ``Meta``. -* Session cookies are now treated as credentials and therefore hidden and - replaced with stars (``**********``) in error reports. - Internationalization ~~~~~~~~~~~~~~~~~~~~