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