Beispiel #1
0
 def get_queryset(self):
     return Basket.get_with_product().filter(pk__in=self.get_basket_ids())
Beispiel #2
0
 def get_queryset(self):
     return Basket.get_with_product().filter(
         session_id=self.get_session_key())