summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-11 21:57:48 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-01-14 17:50:04 +0100
commitd32a232fe92e0162030c7905f877d8a07c09e6c7 (patch)
tree203c041124af3c3eea394cbf86839a41b16bae63 /docs
parent8250145a0cbfd15aa16c2ad4e2235d1afe3a7359 (diff)
Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer and signing.dumps()/loads().
Per deprecation timeline.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.0.txt7
1 files changed, 7 insertions, 0 deletions
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.