Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #951 from yohanboniface/set_signed_cookie
Fixed signature of HttpResponse.set_signed_cookie in docs.
  • Loading branch information
timgraham committed Mar 24, 2013
2 parents 6073091 + c5b2414 commit 014638a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/request-response.txt
Expand Up @@ -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
Expand Down

0 comments on commit 014638a

Please sign in to comment.