mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #27468 -- Changed default Signer algorithm to SHA-256.
This commit is contained in:
parent
4bb33bb074
commit
71c4fb7beb
5 changed files with 86 additions and 14 deletions
|
@ -54,6 +54,9 @@ details on these changes.
|
|||
|
||||
* Support for the pre-Django 3.1 encoding format of sessions will be removed.
|
||||
|
||||
* Support for the pre-Django 3.1 ``django.core.signing.Signer`` signatures
|
||||
(encoded with the SHA-1 algorithm) will be removed.
|
||||
|
||||
* The ``get_request`` argument for
|
||||
``django.utils.deprecation.MiddlewareMixin.__init__()`` will be required and
|
||||
won't accept ``None``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue