==========================
Django 3.1.2 release notes
==========================

*Expected October 1, 2020*

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