[4.2.x] Fixed #34264 -- Moved release note about session cookies into error reporting section.

Backport of e2964fed17 from main
This commit is contained in:
Sébastien Corbin 2023-01-17 13:08:42 +01:00 committed by Mariusz Felisiak
parent 1a504d9ce7
commit 57680658f3
1 changed files with 3 additions and 3 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~