Trying to do this:
Updated:
wishList = WishList.objects.get(pk=20) matches = [val for val in Store.attribute_answers.all() if val in wishList.attribute_answers]
and get it ...
'ManyRelatedManager' object is not iterable
Both fields are diverse, so how can this be done?
django
jason Feb 17 '13 at 11:48 2013-02-17 11:48
source share