From 54646a423b4501aeb80bbdd9238f20500c84cd5f Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 29 Apr 2020 16:45:00 +0200 Subject: Refs #27468 -- Made user sessions use SHA-256 algorithm. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 8d3cc62d90..95b0c5a3a1 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -57,6 +57,9 @@ details on these changes. * Support for the pre-Django 3.1 ``django.core.signing.Signer`` signatures (encoded with the SHA-1 algorithm) will be removed. +* Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm) + will be removed. + * The ``get_request`` argument for ``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and won't accept ``None``. -- cgit v1.3