From c21f158295d92e35caf96436bfdbbff554fc5569 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 23 Dec 2017 11:35:08 +0200 Subject: Fixed #28944 -- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()). --- docs/releases/2.0.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt index ccbc7c29a3..97260ef5b8 100644 --- a/docs/releases/2.0.1.txt +++ b/docs/releases/2.0.1.txt @@ -37,3 +37,6 @@ Bugfixes * Fixed crash on SQLite when renaming a field in a model referenced by a ``ManyToManyField`` (:ticket:`28884`). + +* Fixed a crash when chaining ``values()`` or ``values_list()`` after + ``QuerySet.select_for_update(of=(...))`` (:ticket:`28944`). -- cgit v1.3