mirror of
https://github.com/django/django.git
synced 2025-11-26 13:42:08 +00:00
Fixed #34264 -- Moved release note about session cookies into error reporting section.
This commit is contained in:
parent
4fc711a108
commit
e2964fed17
1 changed files with 3 additions and 3 deletions
|
|
@ -229,6 +229,9 @@ Error Reporting
|
||||||
* The debug page now shows :pep:`exception notes <678>` and
|
* The debug page now shows :pep:`exception notes <678>` and
|
||||||
:pep:`fine-grained error locations <657>` on Python 3.11+.
|
: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
|
Forms
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
|
|
@ -238,9 +241,6 @@ Forms
|
||||||
* :func:`~django.forms.models.modelform_factory` now respects the
|
* :func:`~django.forms.models.modelform_factory` now respects the
|
||||||
``formfield_callback`` attribute of the ``form``’s ``Meta``.
|
``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
|
Internationalization
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue