Changes between Version 1 and Version 2 of Ticket #17001, comment 33


Ignore:
Timestamp:
Oct 29, 2013, 6:48:03 AM (11 years ago)
Author:
loic84

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17001, comment 33

    v1 v2  
    4545{{{#!python
    4646    Restaurant.objects.prefetch_related(
    47         'pizza_list__toppings_list'
    48         pizza_list=Prefetch('pizza'),
     47        'pizza_list__toppings_list',
     48         pizza_list=Prefetch('pizza'),
    4949    )
    5050
Back to Top