summaryrefslogtreecommitdiff
path: root/docs/releases/2.0.3.txt
diff options
context:
space:
mode:
authorRaphael Gaschignard <r.gaschignard@gmail.com>2018-02-07 12:09:43 +0900
committerTim Graham <timograham@gmail.com>2018-02-10 18:35:57 -0500
commitbf26f66029bca94b007a2452679ac004598364a6 (patch)
treecca99e7ec886b016f684c108d040da112434cc17 /docs/releases/2.0.3.txt
parent1a1264f1494976c562c7cb832fe47f3e1e765b8f (diff)
Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).
Diffstat (limited to 'docs/releases/2.0.3.txt')
-rw-r--r--docs/releases/2.0.3.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.0.3.txt b/docs/releases/2.0.3.txt
index 277cab7573..252e51fcf0 100644
--- a/docs/releases/2.0.3.txt
+++ b/docs/releases/2.0.3.txt
@@ -15,3 +15,5 @@ Bugfixes
* Prioritized the datetime and time input formats without ``%f`` for the Thai
locale to fix the admin time picker widget displaying "undefined"
(:ticket:`29109`).
+
+* Fixed crash with ``QuerySet.order_by(Exists(...))`` (:ticket:`29118`).