#24887: Remove one-arg limitation from django.db.models.aggregate
-------------------------------------+-------------------------------------
               Reporter:  akaariai   |          Owner:  nobody
                   Type:             |         Status:  new
  Cleanup/optimization               |
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 The resolve_expression() method of django.db.models.aggregates.Aggregate
 asserts that there is just single source expression. I don't see the
 reason for this limitation. There are aggregates (like SQLite's
 group_concat) that naturally take in multiple arguments. It seems
 group_concat works just fine with multiple source expressions if the
 assertion is removed.

--
Ticket URL: <https://code.djangoproject.com/ticket/24887>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.235fe7c8bb859139cd32001cdeff3eea%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to