Commit 90c4c300 authored by Ian Lee's avatar Ian Lee
Browse files

Fixed minor typo in Cryptography section of 1.8 release notes

parent 2c39f282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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