mirror of
https://github.com/django/django.git
synced 2025-04-22 00:04:43 +00:00
[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
|
||||
|
||||
.. 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user