1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #32191 -- Removed for the pre-Django 3.2 format of messages in CookieStorage.

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak
2021-09-16 09:45:43 +02:00
parent 05f3a6186e
commit 737fa72ae3
3 changed files with 5 additions and 32 deletions

View File

@@ -263,3 +263,6 @@ to remove usage of these features.
* The ``django.core.cache.backends.memcached.MemcachedCache`` backend is
removed.
* Support for the pre-Django 3.2 format of messages used by
``django.contrib.messages.storage.cookie.CookieStorage`` is removed.