mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSigner.
Thanks Jacob Walls for the implementation idea.
This commit is contained in:
parent
3fec3bf90b
commit
b8738aea14
6 changed files with 89 additions and 32 deletions
|
@ -42,6 +42,9 @@ details on these changes.
|
|||
* Support for passing encoded JSON string literals to ``JSONField`` and
|
||||
associated lookups and expressions will be removed.
|
||||
|
||||
* Support for passing positional arguments to ``Signer`` and
|
||||
``TimestampSigner`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-5.0:
|
||||
|
||||
5.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue