এটি করার চেষ্টা করছেন:
আপডেট হয়েছে:
wishList = WishList.objects.get(pk=20)
matches = [val for val in Store.attribute_answers.all() if val in wishList.attribute_answers]
এবং এটি পেতে ...
'ManyRelatedManager' object is not iterable
উভয় ক্ষেত্রই মনস্তাত্ত্বিক তাই কীভাবে এটি করা যায়?