You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/15 15:23:34 UTC

[GitHub] [airflow] mik-laj commented on pull request #13083: Update app.py

mik-laj commented on pull request #13083:
URL: https://github.com/apache/airflow/pull/13083#issuecomment-745362651


   On the Internet, I found such a solution. Maybe that will be a better idea than dropping MD5.
   ```
   sed -i 's/hashlib.md5()/hashlib.md5(usedforsecurity=False)/g' <virtual_environment>/lib/python3.6/site-packages/django/db/backends/base/schema.py
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org