Flask: "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0.

Created on 10 Oct 2017  路  1Comment  路  Source: pallets/flask

I working from i didn't face any issues but now i'm getting issues when i am submitting form data like this "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0.

Most helpful comment

Clearly that means you should update references to flask_wtf.Form to flask_wtf.FlaskForm. Also, this is not a Flask issue but a Flask-WTF issue.

>All comments

Clearly that means you should update references to flask_wtf.Form to flask_wtf.FlaskForm. Also, this is not a Flask issue but a Flask-WTF issue.

Was this page helpful?
0 / 5 - 0 ratings