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
TaggableManager is, essentially, a RelatedManager in spirit. It's fetching data off of a related table, has its prefetch cache.
Over the years we've had a couple bugs (#802 , #686 ) due to us not relying on RelatedManager and just reproducing features ad-hoc.
I haven't deeply looked into the feasibility of using RelatedManager directly. But if it's doable, it would be very good in my opinion. We might still need to do some magic to maintain some backwards compat.
The text was updated successfully, but these errors were encountered:
TaggableManager
is, essentially, aRelatedManager
in spirit. It's fetching data off of a related table, has its prefetch cache.Over the years we've had a couple bugs (#802 , #686 ) due to us not relying on
RelatedManager
and just reproducing features ad-hoc.I haven't deeply looked into the feasibility of using
RelatedManager
directly. But if it's doable, it would be very good in my opinion. We might still need to do some magic to maintain some backwards compat.The text was updated successfully, but these errors were encountered: