dantium / django-faicon

Django model field and admin icon picker for Font Awesome 5 Icons
MIT License
18 stars 15 forks source link

Warning for YAML loading #6

Open PeterTillema opened 3 years ago

PeterTillema commented 3 years ago

Whenever I want to import, migrate or do other stuff, I get this warning:

YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  data_loaded = yaml.load(stream)