Paul Wiemann

Results 2 issues of Paul Wiemann

The default value of formdata in ModelForm constructor should be flask.ext.wtf.form._Auto. Thereby the ModelForm instance is automatically updated with the form data on a submit. See [lepture/flask-wtf](https://github.com/lepture/flask-wtf/blob/master/flask_wtf/form.py#L71)

type: enhancement
stage: waiting-for-contributor

I've implemented a hacky version to support the monitor flag specified in a liesel model in goose's EngineBuilder. It is not in the final stage because I want to try...