Changes between Initial Version and Version 6 of Ticket #26226


Ignore:
Timestamp:
Mar 2, 2016, 8:47:10 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26226

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Triage Stage UnreviewedReady for checkin
    • Property Type UncategorizedBug
    • Property Has patch set
    • Property Keywords prefetch added
    • Property Summary prefetch_related with Prefetch with queryset with explicit Ordering Ignored - single order_byRelated managers should honor the queryset used for prefetching their results.
    • Property Version 1.9master
  • Ticket #26226 – Description

    initial v6  
    1 This is a variation of https://code.djangoproject.com/ticket/26211 which does not involve multiple calls to `order_by`.
     1This is a variation of #26211 which does not involve multiple calls to `order_by`.
    22Given these models:
    33
Back to Top