I have a model with a field is_deleted, now I want all forms of query for this model to always filter by is_deleted=False in addition to whatever filtering arguments is pas
We have exactly this recipe here at https://github.com/sqlalchemy/sqlalchemy/wiki/FilteredQuery