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
All models that currently have a user_id should inherit from UserMixin. Unresolved ambiguity: what happens to backrefs? If the relationship is defined in the mixin, there's no place to define a backref from. Should the mixin auto-add a backref using the tablename?
Or should UserMixin not provide the column at all, leaving that to the model?
Should add
user
column and provide stubs for user merging.The text was updated successfully, but these errors were encountered: