---
title: "Note di rilascio di Django 1.4.19"
version: 5.2
locale: it
source: https://docs.djangoproject.com/it/5.2/releases/1.4.19/
canonical: https://djangodocs.dev/it/5.2/releases/1.4.19/
---
# Note di rilascio di Django 1.4.19

*27 Gennaio 2015*

Django 1.4.19 fixes a regression in the 1.4.18 security release.

## Correzioni di bug

- `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](https://code.djangoproject.com/ticket/24158)).
