Hi!
I already tried to search the source, but I couldn't find a clue if that is possible:
Is it possible to include field widget type hints in the sqlalchemy model definitions using an extra argument to Column(...) ?
For example, I have some Enum types, that don't get rendered as SingleSelectFields by default.
Or yould I have to use an own WidgetSelector for that?
And - a little bit related, how could I use attribute docstrings from the model as the default help_text in sprox-based forms?
Thanks a lot,
Moritz