Claude Paroz
|
93803a1b5f
|
Fixed #33567 -- Avoided setting default text/html content type on responses.
|
2022-03-09 14:50:52 +01:00 |
django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Piotr Kunicki
|
cb8d7ca0ba
|
Refs #30509 -- Adjusted FileResponse test to close file earlier.
|
2021-10-14 15:05:27 +02:00 |
Piotr Kunicki
|
dc724c5bf9
|
Fixed #30509 -- Made FileResponse better handle buffers and non-zero file offsets.
|
2021-10-14 15:05:04 +02:00 |
Piotr Kunicki
|
3ac4764397
|
Refs #30509 -- Increased FileResponse test coverage.
Split tests by behavior, e.g. header, and added additional tests.
|
2021-10-14 15:04:30 +02:00 |
Nicolas Restrepo
|
bbb3965826
|
Refs #24121 -- Added __repr__() to StreamingHttpResponse and subclasses.
|
2021-06-22 21:28:48 +02:00 |
Tom Carrick
|
bcc2befd0e
|
Fixed #31789 -- Added a new headers interface to HttpResponse.
|
2020-09-14 08:41:59 +02:00 |
Florian Apolloner
|
549445519c
|
Reverted "Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object."
This reverts commit cce47ff65a .
|
2020-02-11 20:39:12 +01:00 |
Chris Jerdonek
|
cce47ff65a
|
Fixed #30565 -- Closed HttpResponse when wsgi.file_wrapper closes file-like object.
|
2019-06-20 11:48:49 +02:00 |
ShingenPizza
|
de4832c49b
|
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename is available.
|
2019-05-17 12:07:27 +02:00 |
James Aylett
|
ee52044a27
|
Refs #16470 -- Fixed typo in a FileResponse test.
|
2018-09-01 15:14:18 +02:00 |
Claude Paroz
|
a177f854c3
|
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
|
2018-05-15 18:12:11 +02:00 |