[
https://issues.apache.org/jira/browse/AIRFLOW-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16457664#comment-16457664
]
Chris Bandy commented on AIRFLOW-2390:
--------------------------------------
If I understand correctly, this can be remedied by renaming one import here:
https://github.com/apache/incubator-airflow/blob/1.9.0/airflow/www/forms.py#L23
> FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed
> -------------------------------------------------------------
>
> Key: AIRFLOW-2390
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2390
> Project: Apache Airflow
> Issue Type: Improvement
> Components: webserver
> Affects Versions: 1.9.0
> Reporter: Chris Bandy
> Priority: Trivial
>
> Webserver complains about Flask deprecation:
> {noformat}
> /usr/local/lib/python3.5/dist-packages/airflow/www/views.py:661:
> FlaskWTFDeprecationWarning: "flask_wtf.Form" has been renamed to "FlaskForm"
> and will be removed in 1.0.
> form = DateTimeForm(data={'execution_date': dttm}){noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)