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
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