Tratando de hacer esto:
Actualizado:
wishList = WishList.objects.get(pk=20)
matches = [val for val in Store.attribute_answers.all() if val in wishList.attribute_answers]
y consigue esto ...
'ManyRelatedManager' object is not iterable
Ambos campos son muchos, entonces, ¿cómo se puede hacer?