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:
committed by
Carlton Gibson
parent
b440493eaa
commit
350455b666
@@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user