Changes between Initial Version and Version 6 of Ticket #26226
- Timestamp:
- Mar 2, 2016, 8:47:10 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26226
- Property Component Uncategorized → Database layer (models, ORM)
- Property Triage Stage Unreviewed → Ready for checkin
- Property Type Uncategorized → Bug
- Property Has patch set
- Property Keywords prefetch added
- Property Summary prefetch_related with Prefetch with queryset with explicit Ordering Ignored - single order_by → Related managers should honor the queryset used for prefetching their results.
- Property Version 1.9 → master
-
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`.1 This is a variation of #26211 which does not involve multiple calls to `order_by`. 2 2 Given these models: 3 3