diff options
| author | Claude Paroz <claude@2xlibre.net> | 2020-02-13 20:55:48 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-04-15 12:49:14 +0200 |
| commit | 71c4fb7beb8e3293243140e4bd74e53989196440 (patch) | |
| tree | 543c9d7c08e5f2a5ab8e7b7a63d55cea3da983f3 /docs/internals | |
| parent | 4bb33bb07450ea9b623877417c28e6489246f51c (diff) | |
Refs #27468 -- Changed default Signer algorithm to SHA-256.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 257b9a3bf4..76b379ef5a 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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``. |
