mirror of https://github.com/django/django.git
[1.5.X] Fixed signature of HttpResponse.set_signed_cookie in docs.
Backport of c5b2414a52
from master
This commit is contained in:
parent
8772f9b4a6
commit
5e2bb1223c
|
@ -708,7 +708,7 @@ Methods
|
||||||
|
|
||||||
.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly
|
.. _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
|
.. versionadded:: 1.4
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue