mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.
Aligns the argument with SQL standards already used in Window.order_by and sets up for adding support to Aggregate.
This commit is contained in:
parent
46b3e7dd8c
commit
d734f1651c
7 changed files with 137 additions and 65 deletions
|
@ -22,6 +22,11 @@ details on these changes.
|
|||
``django.contrib.auth.login()`` and ``django.contrib.auth.alogin()`` will be
|
||||
removed.
|
||||
|
||||
* The ``ordering`` keyword argument of the PostgreSQL specific aggregation
|
||||
functions ``django.contrib.postgres.aggregates.ArrayAgg``,
|
||||
``django.contrib.postgres.aggregates.JSONBAgg``, and
|
||||
``django.contrib.postgres.aggregates.StringAgg`` will be removed.
|
||||
|
||||
.. _deprecation-removed-in-6.0:
|
||||
|
||||
6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue