#26185: values_list throws interesting error when ordering by an extra column
-------------------------------------+-------------------------------------
     Reporter:  srkunze              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.8
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by srkunze):

 How are we supposed to construct such queries then (asking as noted in the
 docs)?


 As usual the given example is minimal: so the actual **working** flow goes
 like this:
 {{{
 # create complex queryset
 ... more code
 # add extra column
 ... more code
 # add order (maybe referring to extra column)
 ... more code
 # create values_list queryset
 ... more code
 # evaluate <<<< crash
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/26185#comment:2>
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.a61871355beb9ef4d07530ce0973b174%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to