mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner.
Per deprecation timeline.
This commit is contained in:
parent
5e4c1793b7
commit
3a3e737694
4 changed files with 5 additions and 56 deletions
|
@ -120,10 +120,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`.
|
||||
|
||||
.. deprecated:: 4.2
|
||||
|
||||
Support for passing positional arguments is deprecated.
|
||||
|
||||
Using the ``salt`` argument
|
||||
---------------------------
|
||||
|
||||
|
@ -209,10 +205,6 @@ created within a specified period of time:
|
|||
otherwise raises ``SignatureExpired``. The ``max_age`` parameter can
|
||||
accept an integer or a :py:class:`datetime.timedelta` object.
|
||||
|
||||
.. deprecated:: 4.2
|
||||
|
||||
Support for passing positional arguments is deprecated.
|
||||
|
||||
.. _signing-complex-data:
|
||||
|
||||
Protecting complex data structures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue