mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.
Follow up to 71c4fb7beb
.
This commit is contained in:
parent
f4ac167119
commit
1d6fdca557
4 changed files with 17 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue