Changes between Version 6 and Version 7 of Ticket #26211


Ignore:
Timestamp:
Feb 12, 2016, 9:34:46 AM (8 years ago)
Author:
Alex Rothberg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26211 – Description

    v6 v7  
    2525SELECT "prefetch_child"."id", "prefetch_child"."saved_dt", "prefetch_child"."parent_id" FROM "prefetch_child" WHERE "prefetch_child"."parent_id" = 2 ORDER BY "prefetch_child"."saved_dt" ASC LIMIT 21; args=(2,)
    2626}}}
    27 
    28 I would hope that the second call to `children.order_by('saved_dt')` can return self since the queryset is already sorted by the desired key.
Back to Top