1
0
mirror of https://github.com/django/django.git synced 2025-02-08 08:26:13 +00:00
django/docs/releases/3.0.4.txt
Florian Apolloner 41a3b3d186 Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Thanks to Oskar Persson for the report.
2020-02-11 20:39:12 +01:00

17 lines
391 B
Plaintext

==========================
Django 3.0.4 release notes
==========================
*Expected March 2, 2020*
Django 3.0.4 fixes several bugs in 3.0.3.
Bugfixes
========
* Fixed a data loss possibility when using caching from async code
(:ticket:`31253`).
* Fixed a regression in Django 3.0 that caused a file response using a
temporary file to be closed incorrectly (:ticket:`31240`).