summaryrefslogtreecommitdiff
path: root/tests/responses/test_fileresponse.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compres...Mariusz Felisiak2023-03-141-0/+2
* Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.Carlton Gibson2022-08-031-0/+35
* Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz2022-03-091-2/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-71/+87
* Refs #30509 -- Adjusted FileResponse test to close file earlier.Piotr Kunicki2021-10-141-1/+2
* Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...Piotr Kunicki2021-10-141-6/+76
* Refs #30509 -- Increased FileResponse test coverage.Piotr Kunicki2021-10-141-22/+86
* Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.Nicolas Restrepo2021-06-221-0/+7
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-14/+23
* Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...Florian Apolloner2020-02-111-49/+0
* Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek2019-06-201-0/+49
* Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...ShingenPizza2019-05-171-0/+9
* Refs #16470 -- Fixed typo in a FileResponse test.James Aylett2018-09-011-1/+1
* Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz2018-05-151-0/+73