Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: df09d854828bcff56eb72f48ff1ba8fce7e90c90
https://github.com/django/django/commit/df09d854828bcff56eb72f48ff1ba8fce7e90c90
Author: Aymeric Augustin <
aymeric....@m4x.org>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M django/middleware/gzip.py
M docs/ref/middleware.txt
M docs/releases/1.8.txt
M tests/middleware/tests.py
Log Message:
-----------
Fixed #17552 -- Removed a hack for IE6 and earlier.
It prevented the GZipMiddleware from compressing some data types even on
more recent version of IE where the corresponding bug was fixed.
Thanks Aaron Cannon for the report and Tim Graham for the review.