Changes between Initial Version and Version 1 of Ticket #26780, comment 3


Ignore:
Timestamp:
Jun 19, 2016, 10:48:14 AM (8 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26780, comment 3

    initial v1  
    33#26565 is about a different issue.
    44
    5 The only way we could support slices would be to extract it from the provided it queryset to make it filterable again and apply it when in-memory joining. The prefect queryset would still have to fetch all results so I'm not sure it's worth the trouble as accessing `category.example_posts[:3]` would have the same effect.
     5The only way we could support slices would be to extract it from the provided queryset to make it filterable again and apply it when in-memory joining. The prefect queryset would still have to fetch all results so I'm not sure it's worth the trouble as accessing `category.example_posts[:3]` would have the same effect.
Back to Top