Changes between Version 1 and Version 2 of Ticket #17001, comment 33
- Timestamp:
- Oct 29, 2013, 6:48:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17001, comment 33
v1 v2 45 45 {{{#!python 46 46 Restaurant.objects.prefetch_related( 47 'pizza_list__toppings_list' 48 pizza_list=Prefetch('pizza'),47 'pizza_list__toppings_list', 48 pizza_list=Prefetch('pizza'), 49 49 ) 50 50