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

DeprecationWarning: 'HTMLString' will be removed in WTForms 3.0 #1692

Open
HaloKo4 opened this issue Sep 9, 2021 · 2 comments
Open

DeprecationWarning: 'HTMLString' will be removed in WTForms 3.0 #1692

HaloKo4 opened this issue Sep 9, 2021 · 2 comments
Labels

Comments

@HaloKo4
Copy link

HaloKo4 commented Sep 9, 2021

Getting this warning:

  /usr/local/lib/python3.6/site-packages/flask_appbuilder/fieldwidgets.py:54: DeprecationWarning: 'HTMLString' will be removed in WTForms 3.0. Use 'markupsafe.Markup' instead.
    template % {"text": html_params(type="text", value=field.data, **kwargs)}

HTMLString needs to be removed from the code

@dpgaspar dpgaspar added the bug label Sep 14, 2021
@dpgaspar
Copy link
Owner

@HaloKo4 agree, I'll make a PR

@fedepad
Copy link
Contributor

fedepad commented Dec 15, 2021

@dpgaspar Because of #1759 this Issue can be closed, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants