Changes between Initial Version and Version 1 of Ticket #26780, comment 3
- Timestamp:
- Jun 19, 2016, 10:48:14 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26780, comment 3
initial v1 3 3 #26565 is about a different issue. 4 4 5 The only way we could support slices would be to extract it from the provided itqueryset 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.5 The 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.