realpython / book2-exercises

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

Use FlaskForm instead Form #95

Open jeremy886 opened 7 years ago

jeremy886 commented 7 years ago

Form is renamed to FlaskForm in order to avoid name collision with WTForms's base class. Using Form will show a deprecation warning. (#250)