summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-06-14 14:22:04 -0400
committerTim Graham <timograham@gmail.com>2018-06-15 10:00:29 -0400
commita041161bde7fdcd3b101bc3c7717f3fa15c63542 (patch)
tree02ddd801e2875ca3211f4c873c6e066e18aafe91 /docs
parentaea0e2b9ca8376c1491f98262e20ed6069c70e5e (diff)
[2.1.x] Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
Backport of 0d8e3e608ee9aab5076d497664aa97e0a29e523e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.7.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.0.7.txt b/docs/releases/2.0.7.txt
index 40c46d76a6..46d6e86073 100644
--- a/docs/releases/2.0.7.txt
+++ b/docs/releases/2.0.7.txt
@@ -9,4 +9,5 @@ Django 2.0.7 fixes several bugs in 2.0.6.
Bugfixes
========
-* ...
+* Fixed admin changelist crash when using a query expression without ``asc()``
+ or ``desc()`` in the page's ordering (:ticket:`29428`).