mirror of
https://github.com/django/django.git
synced 2025-10-17 22:07:29 +00:00
Fixed #27604 -- Used the cookie signer to sign message cookies.
Co-authored-by: Craig Anderson <craiga@craiga.id.au>
This commit is contained in:
parent
bcc9fa2528
commit
8ae84156d6
4 changed files with 48 additions and 12 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue