summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2017-12-27 18:38:30 +0100
committerGitHub <noreply@github.com>2017-12-27 18:38:30 +0100
commitc8152137400b5932578cd1788b79560c9772e56b (patch)
tree962ccb528a273151e57e6d3b7d263ea942e55ddb /docs
parent038ea4f8593618cf0f408f15f756f2145de0d40e (diff)
Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt
index 97260ef5b8..0c3a571913 100644
--- a/docs/releases/2.0.1.txt
+++ b/docs/releases/2.0.1.txt
@@ -40,3 +40,6 @@ Bugfixes
* Fixed a crash when chaining ``values()`` or ``values_list()`` after
``QuerySet.select_for_update(of=(...))`` (:ticket:`28944`).
+
+* Fixed admin changelist crash when using a query expression in the page's
+ ordering (:ticket:`28958`).