mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
This commit is contained in:
parent
ece18207cb
commit
2d42e23b6d
4 changed files with 18 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue