Changes between Initial Version and Version 1 of Ticket #26211, comment 6
- Timestamp:
- Feb 12, 2016, 9:33:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26211, comment 6
initial v1 1 @charettes I actually think that the example you provided indicate dwhat 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): 2 2 3 3