bhushan-mohanraj / fsw

A modular library for Flask apps.
MIT License
2 stars 0 forks source link

Custom converters cannot be reached. #22

Open bhushan-mohanraj opened 10 months ago

bhushan-mohanraj commented 10 months ago

The current method of selecting a column converter does not allow custom converters to be used.

https://github.com/bhushan-mohanraj/fsw/blob/076d071b4b0ce0422ef2928f63749918964b4746/fsw/forms/models.py#L140-L150