Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in CookieStorage.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak 2021-01-11 12:49:16 +01:00
parent d08977a0f0
commit 831a05b185
3 changed files with 4 additions and 37 deletions

View file

@ -277,3 +277,6 @@ to remove usage of these features.
* The ``django-admin.py`` entry point is removed.
* The ``HttpRequest.is_ajax()`` method is removed.
* Support for the pre-Django 3.1 encoding format of cookies values used by
``django.contrib.messages.storage.cookie.CookieStorage`` is removed.