#23659: Lost annotation ordering with values_list() and annotate()
-------------------------------------+-------------------------------------
               Reporter:  claudep    |          Owner:  nobody
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  1.7
  layer (models, ORM)                |       Keywords:
               Severity:  Normal     |      Has patch:  0
           Triage Stage:             |    Needs tests:  0
  Unreviewed                         |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 When I'm aggregating with `values_list()` and then annotate with a list of
 clauses, I'd expect the annotate *args ordering to be respected in the
 resulting lists. Unfortunately, `annotate()` args ordering is currently
 discarded because all annotations parameters are consolidated in a plain
 `dict`.

--
Ticket URL: <https://code.djangoproject.com/ticket/23659>
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/050.8d7e353862f760f959fa1ab458df1553%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to