I noticed that Wtforms TextField is deprecated. See here I changed them to StringField.
TextField
StringField
Please fix the code style:
20:49:50 Failed tests: 20:49:50 FAILED test: py-test_style
Alright! i was not sure about it, cos the test_style failed also in master.
1 new commit added
wtforms Textfield out, StringField in
rebased onto 643d50ee15eaae6ca7a829c2bcb6e860d133e19a
:thumbsup:
Thanks! :)
Pull-Request has been merged by pingou
I noticed that Wtforms
TextFieldis deprecated. See hereI changed them to
StringField.