We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a recent update of Flask-WTF this warning is printed out each time the /login view is requested:
/login
FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed to "FlaskForm" and will be removed in 1.0.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this to my attention -- will get this fixed =)
Sorry, something went wrong.
Updated dependencies (fixed deprecation warnings).
22a67a8
(Resolved issue stormpath#80) - removed `.ext` in imports, deprecated - replaced flask_wtf.Form with FlaskForm, deprecated (stormpath#80)
This issue was fixed as part of #90 and #91 and can probably be closed.
Going to cut a new release shortly, with these included. Will close for now and push the new release in a bit.
No branches or pull requests
With a recent update of Flask-WTF this warning is printed out each time the
/login
view is requested:The text was updated successfully, but these errors were encountered: