Skip to content
New issue

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

Suppress FlaskWTFDeprecationWarning #80

Closed
dappiu opened this issue Oct 11, 2016 · 3 comments
Closed

Suppress FlaskWTFDeprecationWarning #80

dappiu opened this issue Oct 11, 2016 · 3 comments

Comments

@dappiu
Copy link

dappiu commented Oct 11, 2016

With a recent update of Flask-WTF this warning is printed out each time the /login view is requested:

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

@rdegges
Copy link
Contributor

rdegges commented Oct 11, 2016

Thanks for bringing this to my attention -- will get this fixed =)

sasakalaba pushed a commit to sasakalaba/stormpath-flask that referenced this issue Dec 13, 2016
(Resolved issue stormpath#80)

  - removed `.ext` in imports, deprecated
  - replaced flask_wtf.Form with FlaskForm, deprecated
    (stormpath#80)
@jcass77
Copy link
Contributor

jcass77 commented Feb 7, 2017

This issue was fixed as part of #90 and #91 and can probably be closed.

@rdegges
Copy link
Contributor

rdegges commented Feb 8, 2017

Going to cut a new release shortly, with these included. Will close for now and push the new release in a bit.

@rdegges rdegges closed this as completed Feb 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants