index
:
chango.git
devmain
fix-31295
initial-branch
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
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