Kaydet (Commit) 4fe5d846 authored tarafından Windson yang's avatar Windson yang Kaydeden (comit) Tim Graham

Fixed #29278 -- Doc'd that a context manager can't be used with FileResponse.

üst e6c21217
...@@ -1057,3 +1057,5 @@ otherwise it streams the file out in small chunks. ...@@ -1057,3 +1057,5 @@ otherwise it streams the file out in small chunks.
>>> from django.http import FileResponse >>> from django.http import FileResponse
>>> response = FileResponse(open('myfile.png', 'rb')) >>> response = FileResponse(open('myfile.png', 'rb'))
The file will be closed automatically, so don't open it with a context manager.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment