Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/middleware/gzip.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #17552 -- Removed a hack for IE6 and earlier.Aymeric Augustin2014-06-101-7/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+1
* Fixed #7581 -- Added streaming responses.Aymeric Augustin2012-10-201-9/+15
* Fixed #16035 -- Appended the Etag response header if the ...Jannis Leidel2012-02-091-0/+3
* Fixed #10762, #17514 -- Prevented the GZip middleware fro...Aymeric Augustin2012-01-091-3/+8
* Fixed #16584 -- Fixed a bunch of typos in code comments. ...Jannis Leidel2011-08-121-1/+1
* Fixed #10630 -- Be even more conservative in GZipMiddlewa...Malcolm Tredinnick2009-04-121-3/+2
* Fixed #6480 -- Added application/pdf the list of content ...Malcolm Tredinnick2008-02-041-6/+6
* Made some stylistic changes in `GZipMiddleware` and added...Gary Wilson Jr2007-11-191-7/+11
* Fixed #5313 -- Only avoid compressing Javascript when the...Malcolm Tredinnick2007-10-201-3/+4
* Added more dict-like methods to HttpResponse as part of t...Jacob Kaplan-Moss2007-09-151-1/+1
* Fixed #4946 -- Added some small improvements to Gzip midd...Malcolm Tredinnick2007-08-121-0/+5
* Fixed #3052: GZIP middleware now correctly reports Conten...Jacob Kaplan-Moss2006-11-221-0/+1
* Fixed #2449 -- gzip middleware no longer gzips Javascript...Jacob Kaplan-Moss2006-07-311-1/+5
* Fixed #2109 -- Convert old-style classes to new-style cla...Adrian Holovaty2006-06-081-1/+1
* Fixed #580 -- Added mega support for generating Vary head...Adrian Holovaty2005-10-091-0/+24