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