Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.

This commit is contained in:
Brian Helba 2020-08-24 15:27:22 -04:00 committed by Carlton Gibson
parent ece18207cb
commit 2d42e23b6d
4 changed files with 18 additions and 3 deletions

View file

@ -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`).