summaryrefslogtreecommitdiff
path: root/django/middleware/gzip.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.Malcolm Tredinnick2009-04-121-3/+2
* Fixed #6480 -- Added application/pdf the list of content types we don't compr...Malcolm Tredinnick2008-02-041-6/+6
* Made some stylistic changes in `GZipMiddleware` and added some notes about IE...Gary Wilson Jr2007-11-191-7/+11
* Fixed #5313 -- Only avoid compressing Javascript when the user agent says it'...Malcolm Tredinnick2007-10-201-3/+4
* Added more dict-like methods to HttpResponse as part of the response.headers ...Jacob Kaplan-Moss2007-09-141-1/+1
* Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, coli...Malcolm Tredinnick2007-08-121-0/+5
* Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s...Jacob Kaplan-Moss2006-11-221-0/+1
* Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...Jacob Kaplan-Moss2006-07-311-1/+5
* Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty2006-06-081-1/+1
* Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty2005-10-091-0/+24