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
Right now adding custom methods to the Model base class requires monkeypatching. It would be nice if there was an option model_class in the SQLAlchemy() constructor where you could specify your own class (which would of course inherit from Model).
The text was updated successfully, but these errors were encountered:
Right now adding custom methods to the Model base class requires monkeypatching. It would be nice if there was an option
model_class
in theSQLAlchemy()
constructor where you could specify your own class (which would of course inherit fromModel
).The text was updated successfully, but these errors were encountered: