diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-12-27 18:38:30 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-12-27 18:46:05 +0100 |
| commit | b54302d2269e54cfc2a9594b1f3e652e1fd089ed (patch) | |
| tree | 834ac5b029640c3daee54af49a64b889fd3f706f /docs | |
| parent | 1b27374b0de49dd6afff80b730774bccc9551cc3 (diff) | |
[2.0.x] Fixed #28958 -- Fixed admin changelist crash when using a query expression in the page's ordering.
Thanks Tim Graham for the review.
Backport of c8152137400b5932578cd1788b79560c9772e56b from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.1.txt b/docs/releases/2.0.1.txt index 97260ef5b8..0c3a571913 100644 --- a/docs/releases/2.0.1.txt +++ b/docs/releases/2.0.1.txt @@ -40,3 +40,6 @@ Bugfixes * Fixed a crash when chaining ``values()`` or ``values_list()`` after ``QuerySet.select_for_update(of=(...))`` (:ticket:`28944`). + +* Fixed admin changelist crash when using a query expression in the page's + ordering (:ticket:`28958`). |
