realpython / book2-exercises

Book 2 -- Exercises for the book
167 stars 203 forks source link

flask_wtf.Form renamed to flask_wtf.FlaskForm #102

Open LordNouda opened 6 years ago

LordNouda commented 6 years ago

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

I stumbled upon this warning working my way through the Real Python Course, Part 2, and decided to improve my git-knowledge a bit by submitting this pull request. Hope this finds your approval.

See also Flask-WTF change log: https://flask-wtf.readthedocs.io/en/stable/changelog.html?highlight=flaskform#version-0-13

LordNouda commented 6 years ago

Sorry, just noticed that this issue is the same as described in pull request https://github.com/realpython/book2-exercises/pull/95.