mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Refs #30953 -- Added 2.1.15 release note for 0107e3d105
.
This commit is contained in:
parent
0107e3d105
commit
39e39d0ac1
1 changed files with 5 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue