django/docs/releases/3.1.2.txt

14 lines
308 B
Plaintext
Raw Normal View History

2020-09-01 16:45:06 +08:00
==========================
Django 3.1.2 release notes
==========================
*Expected October 1, 2020*
2020-09-01 16:45:06 +08:00
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`).