Open d9pouces opened 3 years ago
There are invalid escape sequences in fontawesome_5/models.py:5: DeprecationWarning: invalid escape sequence . "^fontawesome_5.fields.IconField" # pylint: disable=anomalous-backslash-in-string
Adding a "r" prefix should fix the problem
r"^fontawesome_5\.fields\.IconField"
There are invalid escape sequences in fontawesome_5/models.py:5: DeprecationWarning: invalid escape sequence . "^fontawesome_5.fields.IconField" # pylint: disable=anomalous-backslash-in-string
Adding a "r" prefix should fix the problem