Fixed #27604 -- Used the cookie signer to sign message cookies.

Co-authored-by: Craig Anderson <craiga@craiga.id.au>
This commit is contained in:
Claude Paroz 2020-01-30 23:11:09 +01:00 committed by Mariusz Felisiak
parent bcc9fa2528
commit 8ae84156d6
4 changed files with 48 additions and 12 deletions

View file

@ -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 <deprecated-features-3.1>` for more
details on these changes.