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
/
django
/
middleware
/
gzip.py
Age
Commit message (
Expand
)
Author
2025-10-21
Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware.
Adam Johnson
2025-07-24
Fixed typo in django/middleware/gzip.py.
Mohamed Amine Mahmoud
2022-12-22
Fixed #33735 -- Added async support to StreamingHttpResponse.
Carlton Gibson
2022-12-17
Fixed #34170 -- Implemented Heal The Breach (HTB) in GzipMiddleware.
Andreas Pelme
2022-11-10
Updated documentation and comments for RFC updates.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2017-03-04
Refs #27656 -- Updated remaining docstring verbs according to PEP 257.
Anton Samarchyan
2016-10-13
Refs #19705 -- Made GZipMiddleware make ETags weak.
Kevin Christopher Henry
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-06-10
Fixed #17552 -- Removed a hack for IE6 and earlier.
Aymeric Augustin
2013-11-02
More attacking E302 violators
Alex Gaynor
2012-10-20
Fixed #7581 -- Added streaming responses.
Aymeric Augustin
2012-02-09
Fixed #16035 -- Appended the Etag response header if the GZipMiddleware is in...
Jannis Leidel
2012-01-09
Fixed #10762, #17514 -- Prevented the GZip middleware from returning a respon...
Aymeric Augustin
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2009-04-12
Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.
Malcolm Tredinnick
2008-02-04
Fixed #6480 -- Added application/pdf the list of content types we don't compr...
Malcolm Tredinnick
2007-11-19
Made some stylistic changes in `GZipMiddleware` and added some notes about IE...
Gary Wilson Jr
2007-10-20
Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...
Malcolm Tredinnick
2007-09-14
Added more dict-like methods to HttpResponse as part of the response.headers ...
Jacob Kaplan-Moss
2007-08-12
Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...
Malcolm Tredinnick
2006-11-22
Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s...
Jacob Kaplan-Moss
2006-07-31
Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...
Jacob Kaplan-Moss
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2005-10-09
Fixed #580 -- Added mega support for generating Vary headers, including some ...
Adrian Holovaty