From d4fff711d4c97356bd6ba1273d2a5e349326eb5f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 15 Feb 2020 12:20:37 +0100 Subject: Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode(). Thanks Mariusz Felisiak and Florian Apolloner for the reviews. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 2d7a72ae2f..3774afa59e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -52,6 +52,8 @@ details on these changes. * Support for the pre-Django 3.1 password reset tokens in the admin site (that use the SHA-1 hashing algorithm) will be removed. +* Support for the pre-Django 3.1 encoding format of sessions will be removed. + * The ``get_request`` argument for ``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and won't accept ``None``. -- cgit v1.3