We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf3b6f commit 70311e1Copy full SHA for 70311e1
docs/releases/2.1.15.txt
@@ -9,4 +9,8 @@ Django 2.1.15 fixes a data loss bug in 2.1.14.
9
Bugfixes
10
========
11
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