From d32a232fe92e0162030c7905f877d8a07c09e6c7 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 11 Jan 2021 21:57:48 +0100 Subject: Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer and signing.dumps()/loads(). Per deprecation timeline. --- docs/releases/4.0.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index a6f5bdb12e..0088953b3e 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -285,3 +285,10 @@ to remove usage of these features. use the SHA-1 hashing algorithm) is removed. * Support for the pre-Django 3.1 encoding format of sessions is removed. + +* Support for the pre-Django 3.1 ``django.core.signing.Signer`` signatures + (encoded with the SHA-1 algorithm) is removed. + +* Support for the pre-Django 3.1 ``django.core.signing.dumps()`` signatures + (encoded with the SHA-1 algorithm) in ``django.core.signing.loads()`` is + removed. -- cgit v1.3