Chris Bandy created AIRFLOW-2390:
------------------------------------
Summary: 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
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)