celery-haystack
celery-haystack copied to clipboard
get_indexes fix for multiple indexes with EXCLUDED_INDEXES
if I have several indexes with EXLUDED_INDEXES celery-haystack raises error when tries to get model index that not present in index because I have excluded it. Now exception raises if index was not found in no one index.
Hi!
Can you rebase against the latest master if this is still an issue? If possible, could you provide a failing test?