mirror of
https://github.com/Hopiu/django.git
synced 2026-03-20 07:50:25 +00:00
Fixed minor typo in Cryptography section of 1.8 release notes
This commit is contained in:
parent
2c39f282b8
commit
90c4c300a8
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ Cryptography
|
|||
^^^^^^^^^^^^
|
||||
|
||||
* The ``max_age`` parameter of the
|
||||
:meth:`django.core.signing.TimestampSigner.unsign` method now also accept a
|
||||
:meth:`django.core.signing.TimestampSigner.unsign` method now also accepts a
|
||||
:py:class:`datetime.timedelta` object.
|
||||
|
||||
Database backends
|
||||
|
|
|
|||
Loading…
Reference in a new issue