Changes between Initial Version and Version 1 of Ticket #35317, comment 4
- Timestamp:
- Mar 19, 2024, 7:33:31 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35317, comment 4
initial v1 12 12 ) 13 13 predicate = lambda packing_task: order.needs_to_consider_packing_problematic_zonings() 14 problematic_ orders = filter(predicate, orders)14 problematic_zoning_orders = filter(predicate, orders) 15 15 prefetch_related_objects( 16 orders,16 problematic_zoning_orders, 17 17 Prefetch( 18 18 "packing_task__zonings",