diff options
| author | Brian Helba <brian.helba@kitware.com> | 2020-08-24 15:27:22 -0400 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2020-09-02 11:06:18 +0200 |
| commit | 2d42e23b6d8fd76f93a96b2310b2c9dfd441d009 (patch) | |
| tree | ee254a738ecfa26d59f2aac7994612b98ef00782 /docs/releases/3.1.2.txt | |
| parent | ece18207cbb64dd89014e279ac636a6c9829828e (diff) | |
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
Diffstat (limited to 'docs/releases/3.1.2.txt')
| -rw-r--r-- | docs/releases/3.1.2.txt | 3 |
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`). |
