1.4.19.txt 517 B

12345678910111213141516
  1. ===========================
  2. Django 1.4.19 release notes
  3. ===========================
  4. *January 27, 2015*
  5. Django 1.4.19 fixes a regression in the 1.4.18 security release.
  6. Bugfixes
  7. ========
  8. * ``GZipMiddleware`` now supports streaming responses. As part of the 1.4.18
  9. security release, the ``django.views.static.serve()`` function was altered
  10. to stream the files it serves. Unfortunately, the ``GZipMiddleware`` consumed
  11. the stream prematurely and prevented files from being served properly
  12. (:ticket:`24158`).