Tentando fazer isso:
Atualizada:
wishList = WishList.objects.get(pk=20)
matches = [val for val in Store.attribute_answers.all() if val in wishList.attribute_answers]
e pegue isso ...
'ManyRelatedManager' object is not iterable
Ambos os campos são muitos a muitos, então como isso pode ser feito?