I will answer to myself (after having been trying for over an hour, I
found the answer a couple of minutes after posting my question)
products =
Product.objects.filter(productlicence__client=client).distinct()
--
You received this message because you are subscribed to the Google Groups
"Django
Sorry for the question,
but I've been trying for over an hour and just when I post this
message, I find the answer!!
Here is it:
products =
Product.objects.filter(productlicence__client=client).distinct()
Hope that it will be useful
--
You received this message because you are subscribed to the
2 matches
Mail list logo