diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2020-12-19 15:38:32 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-07 13:00:53 +0100 |
| commit | 2d6179c819010f6a9d00835d5893c4593c0b85a0 (patch) | |
| tree | 98f895cbf0df6ba3f8b52487401c8f34c0d4f355 /docs/ref | |
| parent | 3eb98743dcaa0b7abd2d5832cba8cc9cb586a964 (diff) | |
Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
Co-authored-by: Craig Smith <hello@craigiansmith.com.au>
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/messages.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/contrib/messages.txt b/docs/ref/contrib/messages.txt index 2f05ce7370..ec8032eb10 100644 --- a/docs/ref/contrib/messages.txt +++ b/docs/ref/contrib/messages.txt @@ -69,6 +69,10 @@ Django provides three built-in storage classes in to prevent manipulation) to persist notifications across requests. Old messages are dropped if the cookie data size would exceed 2048 bytes. + .. versionchanged:: 3.2 + + Messages format was changed to the :rfc:`6265` compliant format. + .. class:: storage.fallback.FallbackStorage This class first uses ``CookieStorage``, and falls back to using |
