summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Corbin <seb.corbin@gmail.com>2023-01-17 13:08:42 +0100
committerGitHub <noreply@github.com>2023-01-17 13:08:42 +0100
commite2964fed1761981ff7e5c60762e954f307cf7969 (patch)
treea3ea42526420285b3cacda7f87b69b7924d8f9a4
parent4fc711a1085c6f545705a206e96c7be64e73a369 (diff)
downloaddjango-e2964fed1761981ff7e5c60762e954f307cf7969.tar.gz
Fixed #34264 -- Moved release note about session cookies into error reporting section.
-rw-r--r--docs/releases/4.2.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt
index 9f592b102a..0e86e7faaa 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
~~~~~~~~~~~~~~~~~~~~