Changes between Version 3 and Version 4 of Ticket #34413, comment 9


Ignore:
Timestamp:
Mar 13, 2023, 6:06:18 PM (20 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34413, comment 9

    v3 v4  
    3232SELECT
    3333    user.*,
    34     first_permission*
     34    first_permission.*
    3535FROM user,
    3636    (
     
    4444    ) first_permission
    4545}}}
     46
     47and less about fetching earliest and latest slices of nested relationships through `prefetch_related`?
Back to Top