diff options
| author | Raphael Michel <mail@raphaelmichel.de> | 2017-11-26 17:32:17 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-11-27 11:39:57 -0500 |
| commit | 75c1fd653858997449f7ac47a3f3379723bbfc73 (patch) | |
| tree | 4d60de168e953599baefc5df5e31b6a4d2705790 /docs | |
| parent | a11b6103253e801e8f0d6cf41ed15ddb8adecc77 (diff) | |
[2.0.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last.
Backport of 616f468760e4984915bb2ccca6b9eb3d80ddadb0 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
