blob: da813fa7eb920f118a844a9986ffff33a37c5943 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
===========================
Django 1.4.19 release notes
===========================
*Under development*
Django 1.4.19 fixes a regression in the 1.4.18 security release.
Bugfixes
========
* ``GZipMiddleware`` now supports streaming responses. As part of the 1.4.18
security release, the ``django.views.static.serve()`` function was altered
to stream the files it serves. Unfortunately, the ``GZipMiddleware`` consumed
the stream prematurely and prevented files from being served properly
(`#24158 <http://code.djangoproject.com/ticket/24158>`_).
|