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
I use a custom haystack router that inherits from haystack.DefaultRouter and overrides for_read and for_write methods. After upgrading from 0.8 to 0.9 it suddenly stopped working, the for_read method is never called, however the router class is instantiated (__init__ is called).
If I downgrade to 0.8 it works fine.
The text was updated successfully, but these errors were encountered:
I use a custom haystack router that inherits from
haystack.DefaultRouter
and overridesfor_read
andfor_write
methods. After upgrading from0.8
to0.9
it suddenly stopped working, thefor_read
method is never called, however the router class is instantiated (__init__
is called).If I downgrade to
0.8
it works fine.The text was updated successfully, but these errors were encountered: