Assuming that we have a SQLAlchemy query object: apply_filters will attempt to automatically join models to query if they're not already present and a model-specific filter is supplied. For example, ...
This project is a fork of sqlalchemy-filters with sqlalchemy 1.4 and 2.0 support and other improvements. The automatic join is only possible if SQLAlchemy can implictly determine the condition for the ...