Skip to content

Commit

Permalink
Refs #30953 -- Added 2.1.15 release note for 0107e3d.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Dec 2, 2019
1 parent 0107e3d commit 39e39d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/releases/2.1.15.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

0 comments on commit 39e39d0

Please sign in to comment.