diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-06 08:09:58 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 490cccbe7e83874923b276eed26cc23b0db5ebb9 (patch) | |
| tree | 12faeff64b1a0f973a9ce3535a0e8635a9dab074 /docs/topics/signing.txt | |
| parent | ea92a4dc2879e084b46d9b141c0a535d536be2e6 (diff) | |
Removed versionadded/changed annotations for 4.1.
Diffstat (limited to 'docs/topics/signing.txt')
| -rw-r--r-- | docs/topics/signing.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/topics/signing.txt b/docs/topics/signing.txt index 0e88c443cc..093a19f044 100644 --- a/docs/topics/signing.txt +++ b/docs/topics/signing.txt @@ -38,10 +38,6 @@ generate their own signed values. values will not be used to sign data, but if specified, they will be used to validate signed data and must be kept secure. -.. versionchanged:: 4.1 - - The ``SECRET_KEY_FALLBACKS`` setting was added. - Using the low-level API ======================= @@ -111,10 +107,6 @@ generate signatures. You can use a different secret by passing it to the of additional values used to validate signed data, defaults to :setting:`SECRET_KEY_FALLBACKS`. - .. versionchanged:: 4.1 - - The ``fallback_keys`` argument was added. - .. deprecated:: 4.2 Support for passing positional arguments is deprecated. @@ -247,7 +239,3 @@ and tuples) if you pass in a tuple, you will get a list from Reverse of ``dumps()``, raises ``BadSignature`` if signature fails. Checks ``max_age`` (in seconds) if given. - - .. versionchanged:: 4.1 - - The ``fallback_keys`` argument was added. |
