#35444: Add generic support for order by to Aggregate
-------------------------------------+-------------------------------------
     Reporter:  Chris M              |                    Owner:  Chris M
         Type:  New feature          |                   Status:  closed
    Component:  Database layer       |                  Version:  dev
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  orderableaggmixin    |             Triage Stage:  Ready for
  aggregate                          |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Sarah Boyce <42296566+sarahboyce@…>):

 * resolution:   => fixed
 * status:  assigned => closed

Comment:

 In [changeset:"4b977a5d7283e7ca51288cc0ed0860e0004653ca" 4b977a5d]:
 {{{#!CommitTicketReference repository=""
 revision="4b977a5d7283e7ca51288cc0ed0860e0004653ca"
 Fixed #35444 -- Added generic support for Aggregate.order_by.

 This moves the behaviors of `order_by` used in Postgres aggregates into
 the `Aggregate` class. This allows for creating aggregate functions that
 support this behavior across all database engines. This is shown by
 moving the `StringAgg` class into the shared `aggregates` module and
 adding support for all databases. The Postgres `StringAgg` class is now
 a thin wrapper on the new shared `StringAgg` class.

 Thank you Simon Charette for the review.
 }}}
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35444#comment:19>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/django-updates/010701955b94b1f9-23ad2dc5-ce6f-429d-b630-144c42cd6816-000000%40eu-central-1.amazonses.com.

Reply via email to