kopia lustrzana https://github.com/wagtail/wagtail
Ignore AVIF deprecation in pillow-heif
A stop-gap until https://github.com/wagtail/Willow/issues/166 is resolvedpull/12987/head
rodzic
8faa15175c
commit
6b40a38346
.github/workflows
|
@ -171,6 +171,10 @@ jobs:
|
|||
"ignore", "The FORMS_URLFIELD_ASSUME_HTTPS transitional setting is deprecated."
|
||||
)
|
||||
FORMS_URLFIELD_ASSUME_HTTPS = True
|
||||
# Remove when https://github.com/wagtail/Willow/issues/166 is resolved
|
||||
filterwarnings(
|
||||
"ignore", "The AVIF support in this library is marked as deprecated"
|
||||
)
|
||||
EOF
|
||||
python manage.py makemigrations --check --dry-run
|
||||
python manage.py migrate
|
||||
|
|
Ładowanie…
Reference in New Issue