summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-06-14 14:22:04 -0400
committerTim Graham <timograham@gmail.com>2018-06-14 14:22:04 -0400
commit0d8e3e608ee9aab5076d497664aa97e0a29e523e (patch)
tree803ec16cb7263dd845900185dc1eb9fd1fc6a1ac /docs/releases
parenta77f21880dfb0631ea0adb22d47909915cbfc3a9 (diff)
Fixed #29428 -- Fixed admin changelist crash when using a query expression without asc()/desc() in the ordering.
Diffstat (limited to 'docs/releases')
-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`).