Things are potential issues found out when rebasing the py3 branch which are good to backport to master.
So you utf-8 decode it if it's not a string type?
Yes, I convert bytes to string here as this is what wtforms expect to do the validation of the input
:thumbsup:
Thanks :)
Pull-Request has been merged by pingou
Things are potential issues found out when rebasing the py3 branch which are good to
backport to master.