>
> Happy to see we are in same boat. It did work with like:
>

def prod_sold(self):
        prod = self.get_prod().filter(seller__user=self.account.user)
        sold = Order.objects.filter(id=products)
        return sold
But it only shows number of products sold. 

I couldn't make it happen.

If you can find solution share with me as well and I will do the same.

Regards,
Ali 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/16d19efc-5511-4c0b-a3fa-633780ccbcc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to