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 believe imports now need to be more specific, and the docs need updating in some places. Try from tagulous.models import TagField, TagTreeModel - and do please let me know if that worked!
I don't feel super good about it because I imagine that TaggedManager was not meant to be a mixin, if anyone knows if this solution is bad for some reason I'll be very happy to hear it 😅
I'm trying to set tag tree models and I get the error
ValueError: Could not find manager CastTaggedUserManager in tagulous.models.tagged.
The TagTreeModel is:
And the model is:
The text was updated successfully, but these errors were encountered: