mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
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:
parent
8250145a0c
commit
d32a232fe9
3 changed files with 9 additions and 30 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue