2020-02-03 17:23:54 +08:00
|
|
|
==========================
|
|
|
|
Django 3.0.4 release notes
|
|
|
|
==========================
|
|
|
|
|
|
|
|
*Expected March 2, 2020*
|
|
|
|
|
|
|
|
Django 3.0.4 fixes several bugs in 3.0.3.
|
2020-02-10 15:13:31 +08:00
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
========
|
|
|
|
|
2020-02-07 09:59:20 +08:00
|
|
|
* Fixed a data loss possibility when using caching from async code
|
|
|
|
(:ticket:`31253`).
|
2020-02-07 19:55:59 +08:00
|
|
|
|
|
|
|
* Fixed a regression in Django 3.0 that caused a file response using a
|
|
|
|
temporary file to be closed incorrectly (:ticket:`31240`).
|
2020-02-08 12:52:09 +08:00
|
|
|
|
|
|
|
* Fixed a data loss possibility in the
|
|
|
|
:meth:`~django.db.models.query.QuerySet.select_for_update`. When using
|
|
|
|
related fields or parent link fields with :ref:`multi-table-inheritance` in
|
|
|
|
the ``of`` argument, the corresponding models were not locked
|
|
|
|
(:ticket:`31246`).
|