python-pyfields icon indicating copy to clipboard operation
python-pyfields copied to clipboard

Fast route without trying converters

Open smarie opened this issue 6 years ago • 1 comments

From #5

matching converters will be called even if received value is of a valid type, except if a specific option skip_matching_converters_if_valid=True is set

smarie avatar Oct 10 '19 07:10 smarie

I am not totally convinced with this. There is already a workaround: to provide an "identity" converter first in the converters list, accepting the field type. Of course that's a bit cumbersome...

smarie avatar Oct 10 '19 08:10 smarie