From 1d6fdca557e674b9a789b51caadca8985e588492 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 31 Jul 2020 07:33:13 +0200 Subject: Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes. Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440. --- docs/internals/deprecation.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 826c2ee814..e472d5a443 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -76,6 +76,10 @@ 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 ``django.core.signing.dumps()`` signatures + (encoded with the SHA-1 algorithm) in ``django.core.signing.loads()`` will be + removed. + * Support for the pre-Django 3.1 user sessions (that use the SHA-1 algorithm) will be removed. -- cgit v1.3