diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-27 11:48:04 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-27 11:48:47 -0500 |
| commit | 829d62bd52d2bd56d3101e557fc7775f432c707b (patch) | |
| tree | bcd09f005a7bc6f632ce285dbe97718fb9c54d5f /docs | |
| parent | 46f1f736104dab9de3dc27084f6224c2789ae584 (diff) | |
[1.6.x] Added 1.4.19 release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.4.19.txt | 16 | ||||
| -rw-r--r-- | docs/releases/index.txt | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/releases/1.4.19.txt b/docs/releases/1.4.19.txt new file mode 100644 index 0000000000..992fc6c740 --- /dev/null +++ b/docs/releases/1.4.19.txt @@ -0,0 +1,16 @@ +=========================== +Django 1.4.19 release notes +=========================== + +*January 27, 2015* + +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>`_). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index eac02251ff..7022b910ed 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -61,6 +61,7 @@ versions of the documentation contain the release notes for any later releases. .. toctree:: :maxdepth: 1 + 1.4.19 1.4.18 1.4.17 1.4.16 |
