mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in CookieStorage.
Per deprecation timeline.
This commit is contained in:
parent
d08977a0f0
commit
831a05b185
3 changed files with 4 additions and 37 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue