pallets-eco / wtforms-appengine

WTForms integration for Google App Engine
https://wtforms-appengine.readthedocs.io
Other
42 stars 16 forks source link

Fixed DeprecationWarnings #26

Closed cklein closed 3 years ago

cklein commented 8 years ago

The field TextField is supposed to be calledStringField and the validatorrequiredbecameDataRequired`.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 86.175% when pulling 05d0ed7e18eae22483777cb3d354360262ec8133 on cklein:master into 9c1951b2e47478481c03a73d9f64d7f695c273c2 on wtforms:master.

azmeuk commented 3 years ago

Fixed in master. Thank you anyway!