diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2020-02-07 12:55:59 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-02-11 20:40:24 +0100 |
| commit | 4e8d6a1bafbbebc0720c5d1ed751521356364fe9 (patch) | |
| tree | a50a7b4db7277bda878d1668ede1e133cd3114db /docs | |
| parent | 22c25bea54dcad23c76d26bb0bfb8d56eeedeef2 (diff) | |
[3.0.x] Fixed #31240 -- Properly closed FileResponse when wsgi.file_wrapper is used.
Thanks to Oskar Persson for the report.
Backport of 41a3b3d18647b258331104520e76f977406c590d from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.4.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.4.txt b/docs/releases/3.0.4.txt index dac9853947..c24d8f7a6a 100644 --- a/docs/releases/3.0.4.txt +++ b/docs/releases/3.0.4.txt @@ -11,3 +11,6 @@ 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`). |
