Martin Bierbaum

Results 3 issues of Martin Bierbaum

Partly fixes #398: I propose to solve this issue by adding a `locales` property to `FlaskForm.Meta`. This property dynamically retrieves the current locale by calling `i18n.get_locale`. This allows `DecimalField` to...

i18n

`wtforms` offers the option to localize output of `LocaleAwareNumberField` based on the `form.meta.locales` attribute. Similary, `DateTimeField` accepts a `format` keyword argument for printing dates and times. It would be nice...