diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-11 21:27:01 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | 8250145a0cbfd15aa16c2ad4e2235d1afe3a7359 (patch) | |
| tree | 60b0d8992356c648fc6076f202f3b028b200f261 /docs | |
| parent | 66b4046d68921edc7c83076da4aafd307f7dd19b (diff) | |
Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sessions.
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index a2f04227fd..a6f5bdb12e 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -283,3 +283,5 @@ to remove usage of these features. * Support for the pre-Django 3.1 password reset tokens in the admin site (that use the SHA-1 hashing algorithm) is removed. + +* Support for the pre-Django 3.1 encoding format of sessions is removed. |
