diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-02 08:10:39 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-02 08:12:10 +0100 |
| commit | db0cc4ae96c4752d10d98a3c7f2c48f813bf8a7f (patch) | |
| tree | c7b4a5a812f873c9ca780a7b0acca33435b92da8 | |
| parent | f4ed6800bd5de576816861931699ddd8377d338d (diff) | |
[3.0.x] Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7fd3a0bd61e96bf782.
Backport of 39e39d0ac1b720e7460ec8ccf45926c78edb2047 from master
| -rw-r--r-- | docs/releases/2.1.15.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/2.1.15.txt b/docs/releases/2.1.15.txt index 9cd6457985..8d13bb281f 100644 --- a/docs/releases/2.1.15.txt +++ b/docs/releases/2.1.15.txt @@ -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`). |
