django-haystack
django-haystack copied to clipboard
Determine backend in SearchQuerySet
In SearchQuerySet init method, self.query was set to None before call of self._determine_backend(). So in this method hints['models'] was never set (line 41)