[Answer]-Haystack django TypeError: 'ManyRelatedManager' object is not iterable

1👍

You provided “model_attr” parameter, that prevents the “prepare_” routines from being used and at indexing time it’ll go straight to ‘pilist’ and ‘copilist.
Try removing them so you’re code is used for indexing those fields.

👤Oliver

Leave a comment