From 8ae84156d62bfc24d71e65cfe4d5cb84b9b1bd91 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 30 Jan 2020 23:11:09 +0100 Subject: Fixed #27604 -- Used the cookie signer to sign message cookies. Co-authored-by: Craig Anderson --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index dc6923d488..db6df0fbbe 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -46,6 +46,9 @@ details on these changes. * The ``HttpRequest.is_ajax()`` method will be removed. +* Support for the pre-Django 3.1 encoding format of cookies values used by + ``django.contrib.messages.storage.cookie.CookieStorage`` will be removed. + See the :ref:`Django 3.1 release notes ` for more details on these changes. -- cgit v1.3