Is it possible to pass through SQLAlchemy objects without dictifying them from relationship where uselist=True ? I need this for complexish relationship widgets which needs to get the hold of the actual SQLAlchemy objects instead of converting them to dictionary and back.
I am not sure
- If it is possible
- How it is possible (as this is not clearly explained in documentation)