1
0
mirror of https://github.com/django/django.git synced 2025-04-05 22:16:41 +00:00

[3.0.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7fd3a0bd61e96bf782.

Backport of 39e39d0ac1b720e7460ec8ccf45926c78edb2047 from master
This commit is contained in:
Mariusz Felisiak 2019-12-02 08:10:39 +01:00
parent f4ed6800bd
commit db0cc4ae96

View File

@ -9,4 +9,8 @@ Django 2.1.15 fixes a data loss bug in 2.1.14.
Bugfixes
========
* ...
* Fixed a data loss possibility in the
:meth:`~django.db.models.query.QuerySet.select_for_update()`. When using
``'self'`` in the ``of`` argument with :ref:`multi-table inheritance
<multi-table-inheritance>`, a parent model was locked instead of the
queryset's model (:ticket:`30953`).