1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #31691 -- Added ordering support to JSONBAgg.

This commit is contained in:
John Parton
2020-06-12 09:55:22 -05:00
committed by Mariusz Felisiak
parent e0cdd0fcf5
commit a8473b4d34
4 changed files with 53 additions and 2 deletions

View File

@@ -73,6 +73,9 @@ Minor features
* The new :attr:`.ExclusionConstraint.include` attribute allows creating
covering exclusion constraints on PostgreSQL 12+.
* The new :attr:`.JSONBAgg.ordering` attribute determines the ordering of the
aggregated elements.
:mod:`django.contrib.redirects`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~