diff options
| author | Tim Graham <timograham@gmail.com> | 2018-06-14 14:47:20 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-15 10:00:38 -0400 |
| commit | 531a152c657920db5221782a91dc6a0a06077085 (patch) | |
| tree | 5b14a6b5a483afaf06d467d792856a7bf37fad00 /docs/releases/2.0.7.txt | |
| parent | a041161bde7fdcd3b101bc3c7717f3fa15c63542 (diff) | |
[2.1.x] Refs #29428 -- Fixed admin check crash when using a query expression in ModelAdmin.ordering.
Backport of ec2c9c353113bb1db6e32ed3f0b6c28bc06ca2eb from master
Diffstat (limited to 'docs/releases/2.0.7.txt')
| -rw-r--r-- | docs/releases/2.0.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.7.txt b/docs/releases/2.0.7.txt index 46d6e86073..4890ee2dba 100644 --- a/docs/releases/2.0.7.txt +++ b/docs/releases/2.0.7.txt @@ -11,3 +11,6 @@ Bugfixes * Fixed admin changelist crash when using a query expression without ``asc()`` or ``desc()`` in the page's ordering (:ticket:`29428`). + +* Fixed admin check crash when using a query expression in + ``ModelAdmin.ordering`` (:ticket:`29428`). |
