Django 1.4.19 版本发行说明Link to this heading
January 27, 2015
Django 1.4.19 fixes a regression in the 1.4.18 security release.
漏洞修复Link to this heading
GZipMiddlewarenow supports streaming responses. As part of the 1.4.18 security release, thedjango.views.static.serve()function was altered to stream the files it serves. Unfortunately, theGZipMiddlewareconsumed the stream prematurely and prevented files from being served properly (#24158).