• Jacob Magnusson's avatar
    Fix regression with late-evaluation relationships no longer working for filters · b71634c3
    Jacob Magnusson authored
    Regression was introduced in 47080aeb (PR #1348) where `is_hybrid_property` was changed to support remote hybrid properties. When lambdas were encountered in the iteration they were passed as-is to the function `get_hybrid_properties`, which in turn threw the exception `sqlalchemy.exc.NoInspectionAvailable: No inspection system is available for object of type <class 'function'>`.
    
    Test has been updated to ensure that flask-admin will continue to support lambdas as a relationship’s first argument.
    b71634c3
Name
Last commit
Last update
..
contrib Loading commit data...
form Loading commit data...
model Loading commit data...
static Loading commit data...
templates Loading commit data...
tests Loading commit data...
translations Loading commit data...
__init__.py Loading commit data...
_backwards.py Loading commit data...
_compat.py Loading commit data...
actions.py Loading commit data...
babel.py Loading commit data...
base.py Loading commit data...
consts.py Loading commit data...
helpers.py Loading commit data...
menu.py Loading commit data...
tools.py Loading commit data...