1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #33606 -- Cleansed sessionid cookie in error reports.

Co-authored-by: Simon Charette <charette.s@gmail.com>
This commit is contained in:
Tobias Bengfort
2022-10-26 12:30:44 +02:00
committed by Carlton Gibson
parent b440493eaa
commit 350455b666
4 changed files with 31 additions and 7 deletions

View File

@@ -176,6 +176,9 @@ 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.
Generic Views
~~~~~~~~~~~~~