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
yet if I try to pass filters to the QueryAjaxModelLoader the following error message exits: sqlalchemy.exc.ArgumentError: Textual SQL expression 'is_active=True' should be explicitly declared as text('is_active=True')
The text was updated successfully, but these errors were encountered:
If you do what the error recommends, does the problem go away? Is this a documentation issue (presumably with newer versions of SQLAlchemy), or a bug in flask-admin?
I follow the instruction from the official documentation for
form_ajax_refs
yet if I try to pass
filters
to theQueryAjaxModelLoader
the following error message exits:sqlalchemy.exc.ArgumentError: Textual SQL expression 'is_active=True' should be explicitly declared as text('is_active=True')
The text was updated successfully, but these errors were encountered: