Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer and signing.dumps()/loads().

Per deprecation timeline.
This commit is contained in:
Mariusz Felisiak 2021-01-11 21:57:48 +01:00
parent 8250145a0c
commit d32a232fe9
3 changed files with 9 additions and 30 deletions

View file

@ -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.