From 616f468760e4984915bb2ccca6b9eb3d80ddadb0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 26 Nov 2017 17:32:17 +0100 Subject: Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last. --- docs/releases/1.11.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.11.8.txt b/docs/releases/1.11.8.txt index 89b6e5ed52..6f744a6886 100644 --- a/docs/releases/1.11.8.txt +++ b/docs/releases/1.11.8.txt @@ -21,3 +21,6 @@ Bugfixes * Made ``QuerySet.iterator()`` use server-side cursors on PostgreSQL after ``values()`` and ``values_list()`` (:ticket:`28817`). + +* Fixed crash on SQLite and MySQL when ordering by a filtered subquery that + uses ``nulls_first`` or ``nulls_last`` (:ticket:`28848`). -- cgit v1.3