[Fixed]-Django Haystack migrate from xapian to whoosh

1👍

I added using=None to index_queryset so it looks like def index_queryset(self, using=None): this fixed the error.

Leave a comment