Changes between Initial Version and Version 1 of Ticket #26211, comment 6


Ignore:
Timestamp:
Feb 12, 2016, 9:33:24 AM (8 years ago)
Author:
Alex Rothberg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26211, comment 6

    initial v1  
    1 @charettes I actually think that the example you provided indicated what I would consider a deficiency of the ORM: coalescing multiple calls to `order_by` with the same argument (I have modified the original queryset):
     1@charettes I actually think that the example you provided indicates what I would consider a deficiency of the ORM: coalescing multiple calls to `order_by` with the same argument (I have modified the original queryset):
    22
    33
Back to Top