You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4e1e2e1 introduced a bug because it
used a property name which exists on haystack.ConnectionHandler but not
the Django ConnectionHandler class it's modeled on. Long-term, we should
rename the Haystack class to something like `SearchConnectionHandler`
to avoid future confusion.
Closesdjango-haystack#1449
0 commit comments