1
0
mirror of https://github.com/django/django.git synced 2025-10-25 22:56:12 +00:00

[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.

Follow up to 71c4fb7beb.

Backport of 1d6fdca557 from master
This commit is contained in:
Mariusz Felisiak
2020-07-31 07:33:13 +02:00
parent 0e02560535
commit b84b1921da
4 changed files with 17 additions and 5 deletions

View File

@@ -57,6 +57,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.