summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.1.2.txt b/docs/releases/3.1.2.txt
index 64c64f7e78..1243654bfb 100644
--- a/docs/releases/3.1.2.txt
+++ b/docs/releases/3.1.2.txt
@@ -9,4 +9,5 @@ Django 3.1.2 fixes several bugs in 3.1.1.
Bugfixes
========
-* ...
+* Fixed a bug in Django 3.1 where ``FileField`` instances with a callable
+ storage were not correctly deconstructed (:ticket:`31941`).