Commit 5e2bb122 authored by Yohan Boniface's avatar Yohan Boniface Committed by Tim Graham
Browse files

[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.

Backport of c5b2414a from master
parent 8772f9b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -708,7 +708,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)

    .. versionadded:: 1.4