diff options
| author | Tim Graham <timograham@gmail.com> | 2018-06-14 14:22:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-15 10:12:40 -0400 |
| commit | 4bccfac36fa765494cbaa03f79453f97a92ec921 (patch) | |
| tree | 2aceacb7f4c9b8859dda20e75803b9e7b4e59c03 /docs | |
| parent | 9dfb6fcbd5cc938a6c6639eafdf9ed53b751f6a0 (diff) | |
[2.0.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.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`). |
