mirror of https://github.com/django/django.git
19 lines
574 B
Plaintext
19 lines
574 B
Plaintext
===========================
|
|
Django 3.0.10 release notes
|
|
===========================
|
|
|
|
*Expected September 1, 2020*
|
|
|
|
Django 3.0.10 fixes two data loss bugs in 3.0.9.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a data loss possibility in the
|
|
:meth:`~django.db.models.query.QuerySet.select_for_update()`. When using
|
|
related fields pointing to a proxy model in the ``of`` argument, the
|
|
corresponding model was not locked (:ticket:`31866`).
|
|
|
|
* Fixed a data loss possibility, following a regression in Django 2.0, when
|
|
copying model instances with a cached fields value (:ticket:`31863`).
|