J'essaie de le faire :
wishList = WishList.objects.get(pk=20)
matches = [val for val in Store.attribute_answers.all() if val in wishList.attribute_answers]
Et écoutez ça...
'ManyRelatedManager' object is not iterable
Les deux champs sont de type many-to-many, comment faire ?