พยายามทำสิ่งนี้:
อัปเดต:
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
ทั้งสองช่องมีจำนวนมากดังนั้นจะทำได้อย่างไร?