summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.4.txt3
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`).