summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Helba <brian.helba@kitware.com>2020-08-24 15:27:22 -0400
committerCarlton Gibson <carlton@noumenal.es>2020-09-02 11:06:18 +0200
commit2d42e23b6d8fd76f93a96b2310b2c9dfd441d009 (patch)
treeee254a738ecfa26d59f2aac7994612b98ef00782 /docs
parentece18207cbb64dd89014e279ac636a6c9829828e (diff)
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
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`).