diff options
| author | Tim Graham <timograham@gmail.com> | 2018-06-14 14:22:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-14 14:22:04 -0400 |
| commit | 0d8e3e608ee9aab5076d497664aa97e0a29e523e (patch) | |
| tree | 803ec16cb7263dd845900185dc1eb9fd1fc6a1ac /docs/releases | |
| parent | a77f21880dfb0631ea0adb22d47909915cbfc3a9 (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.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`). |
