kvesteri/wtforms-components

DeprecationWarning: 'HTMLString' will be removed in WTForms 3.0

rsyring opened this issue · 1 comments

/lib/python3.8/site-packages/wtforms_components/widgets.py:280: DeprecationWarning: 'HTMLString' will be removed in WTForms 3.0. Use 'markupsafe.Markup' instead.
    return HTMLString(html % data)
jpic commented

This is handled in PR #71