mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().
This commit is contained in:
committed by
Tim Graham
parent
fa680ce1e2
commit
d2d6c0c097
@@ -186,6 +186,13 @@ Cache
|
||||
* The ``incr()`` method of the
|
||||
``django.core.cache.backends.locmem.LocMemCache`` backend is now thread-safe.
|
||||
|
||||
Cryptography
|
||||
^^^^^^^^^^^^
|
||||
|
||||
* The ``max_age`` parameter of the
|
||||
:meth:`django.core.signing.TimestampSigner.unsign` method now also accept a
|
||||
:py:class:`datetime.timedelta` object.
|
||||
|
||||
Database backends
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user