summaryrefslogtreecommitdiff
path: root/django/middleware/gzip.py
AgeCommit message (Expand)Author
2008-02-04Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick
2007-11-19Made some stylistic changes in `GZipMiddleware` and added some notes about IE...Gary Wilson Jr
2007-10-20Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...Malcolm Tredinnick
2007-09-14Added more dict-like methods to HttpResponse as part of the response.headers ...Jacob Kaplan-Moss
2007-08-12Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick
2006-11-22Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s...Jacob Kaplan-Moss
2006-07-31Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...Jacob Kaplan-Moss
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty