mirror of https://github.com/django/django.git
Refs #30565 -- Doc'd HttpResponse.close() method.
This commit is contained in:
parent
00169bc361
commit
533311782f
|
@ -858,6 +858,11 @@ Methods
|
|||
values you used in ``set_cookie()`` -- otherwise the cookie may not be
|
||||
deleted.
|
||||
|
||||
.. method:: HttpResponse.close()
|
||||
|
||||
This method is called at the end of the request directly by the WSGI
|
||||
server.
|
||||
|
||||
.. method:: HttpResponse.write(content)
|
||||
|
||||
This method makes an :class:`HttpResponse` instance a file-like object.
|
||||
|
|
Loading…
Reference in New Issue