Skip to content
/ django Public

Commit 39e39d0

Browse files
committedDec 2, 2019
Refs #30953 -- Added 2.1.15 release note for 0107e3d.
1 parent 0107e3d commit 39e39d0

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)
Please sign in to comment.