[
https://issues.apache.org/jira/browse/AIRFLOW-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AIRFLOW-1231 started by Stanislav Kudriashev.
-----------------------------------------------------
> Use flask_wtf.CSRFProtect instead of flask_wtf.CsrfProtect to remove
> deprecation warning
> ----------------------------------------------------------------------------------------
>
> Key: AIRFLOW-1231
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1231
> Project: Apache Airflow
> Issue Type: Improvement
> Components: core
> Affects Versions: Airflow 1.8
> Reporter: Stanislav Kudriashev
> Assignee: Stanislav Kudriashev
> Priority: Minor
> Fix For: Airflow 1.8
>
>
> Use flask_wtf.CSRFProtect instead of flask_wtf.CsrfProtect.
> {code}
> ...app.py:23: FlaskWTFDeprecationWarning: "flask_wtf.CsrfProtect" has been
> renamed to "CSRFProtect" and will be removed in 1.0.
> csrf = CsrfProtect()
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)