summaryrefslogtreecommitdiff
path: root/tests/responses/test_fileresponse.py
AgeCommit message (Expand)Author
2023-03-14Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compres...Mariusz Felisiak
2022-08-03Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header.Carlton Gibson
2022-03-09Fixed #33567 -- Avoided setting default text/html content type on responses.Claude Paroz
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-14Refs #30509 -- Adjusted FileResponse test to close file earlier.Piotr Kunicki
2021-10-14Fixed #30509 -- Made FileResponse better handle buffers and non-zero file off...Piotr Kunicki
2021-10-14Refs #30509 -- Increased FileResponse test coverage.Piotr Kunicki
2021-06-22Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.Nicolas Restrepo
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-02-11Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes f...Florian Apolloner
2019-06-20Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like o...Chris Jerdonek
2019-05-17Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename ...ShingenPizza
2018-09-01Refs #16470 -- Fixed typo in a FileResponse test.James Aylett
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz