Commit 014638a1 authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #951 from yohanboniface/set_signed_cookie

Fixed signature of HttpResponse.set_signed_cookie in docs.
parents 6073091b c5b2414a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -696,7 +696,7 @@ Methods

    .. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly

.. method:: HttpResponse.set_signed_cookie(key, value='', salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True)
.. method:: HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True)

    Like :meth:`~HttpResponse.set_cookie()`, but
    :doc:`cryptographic signing </topics/signing>` the cookie before setting