Stanislav Kudriashev created AIRFLOW-1231:
---------------------------------------------

             Summary: 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
            Reporter: Stanislav Kudriashev
            Assignee: Stanislav Kudriashev
            Priority: Minor


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)

Reply via email to