Bunu yapmaya çalışıyorum:
Güncellenmiş:
wishList = WishList.objects.get(pk=20)
matches = [val for val in Store.attribute_answers.all() if val in wishList.attribute_answers]
ve bunu al ...
'ManyRelatedManager' object is not iterable
Her iki alan da çoktur, peki bu nasıl yapılabilir?