Changes between Version 1 and Version 2 of Ticket #26211, comment 6
- Timestamp:
- Feb 12, 2016, 9:33:37 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26211, comment 6
v1 v2 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 ):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 in your example): 2 2 3 3