Skip to content

Commit 70311e1

Browse files
committed
[2.2.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d.
Backport of 39e39d0 from master
1 parent 6cf3b6f commit 70311e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/releases/2.1.15.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ Django 2.1.15 fixes a data loss bug in 2.1.14.
99
Bugfixes
1010
========
1111

12-
* ...
12+
* Fixed a data loss possibility in the
13+
:meth:`~django.db.models.query.QuerySet.select_for_update()`. When using
14+
``'self'`` in the ``of`` argument with :ref:`multi-table inheritance
15+
<multi-table-inheritance>`, a parent model was locked instead of the
16+
queryset's model (:ticket:`30953`).

0 commit comments

Comments
 (0)