From 2d42e23b6d8fd76f93a96b2310b2c9dfd441d009 Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Mon, 24 Aug 2020 15:27:22 -0400 Subject: Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage. --- docs/releases/3.1.2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/releases/3.1.2.txt') 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`). -- cgit v1.3