I'm considering switching to Pyramid but I'm wondering on how to localize a form. How can I have a form that would accept/validate numbers in a locale specific format? (thousands and decimal separators, etc)
Django currently does this for me by using localize=True
on fields.