diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index 395acb5a89..1009ffe739 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -181,6 +181,9 @@ Models :class:`~django.db.models.expressions.ValueRange` allows excluding rows, groups, and ties from the window frames. +* :meth:`.QuerySet.order_by` now supports ordering by annotation transforms + such as ``JSONObject`` keys and ``ArrayAgg`` indices. + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
