diff options
Diffstat (limited to 'docs/releases/2.0.7.txt')
| -rw-r--r-- | docs/releases/2.0.7.txt | 3 |
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`). |
