#5768: Allow QuerySet.values() to return values spanning joins (for multi-valued
relations)
---------------------------------------------------------+------------------
          Reporter:  anonymous <tobutaz+b...@gmail.com>  |         Owner:       
                                                 
            Status:  new                                 |     Milestone:       
                                                 
         Component:  Database layer (models, ORM)        |       Version:  SVN  
                                                 
        Resolution:                                      |      Keywords:  
values, values_list, one-to-many, many-to-many reverse
             Stage:  Ready for checkin                   |     Has_patch:  1    
                                                 
        Needs_docs:  0                                   |   Needs_tests:  0    
                                                 
Needs_better_patch:  0                                   |  
---------------------------------------------------------+------------------
Changes (by mrmachine):

  * needs_better_patch:  1 => 0
  * stage:  Accepted => Ready for checkin

Comment:

 Apologies, I should have ran the tests for postgresql and mysql as well.
 The problem was that `assertQuerysetEqual` is dependant on the order of
 results, and with no explicit ordering applied the results were different
 in postgresql. I've updated the tests (and also fixed another typo I
 missed earlier) and rerun the lookup tests on sqlite, postgresql and
 mysql.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5768#comment:23>
Django <http://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 post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to