I want to upgrade django-haystack in my app from 2.4.1 to 2.5.0. On version 2.4.1 my code works fine. But when I installed verison 2.5.0 I get error when I start searching, for example: New york and I dont have any search results.
"GET /en/search?q=new%20york HTTP/1.1" 500 26693
Exception Value:
'MainSearchView' object has no attribute 'context_class'