You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add wagtail-modeladmin dependency, and wagtail.contrib.modeladmin -> wagtail_modeladmin, OR remove wagtail.contrib.modeladmin from INSTALLED_APPS and convert to wagtail snippets (since that package is in maintenance mode) https://wagtail-modeladmin.readthedocs.io/en/latest/migrating.html (deprecated and then removed in 6.0)
PYTHONWARNINGS: errorand./manage.py makemigrations --check --dry-runin ci.ymlmanage.py update_indexwagtail updatemodulepaths --diffwagtail updatemodulepathsshould update:wagtail\.core\b->wagtailwagtail\.tests\b->wagtail.testwagtail\.admin\.edit_handlers\b->wagtail.admin.panelsStreamFieldPanel|ImageChooserPanel|SnipperChooserPanel|PageChooserPanel->FieldPaneluse_json_field=Trueandmanage.py makemigrationsAdd after viewport in base.html
manage.py rebuild_references_index(can skip as will be run for 5.0 anyway)manage.py publish_scheduled_pages->manage.py publish_scheduled(aliased) https://docs.wagtail.org/en/v4.1/reference/management_commands.htmlmanage.py rebuild_references_indexmanage.py copy_daily_hits_from_wagtailsearchicon = "tick"->icon = "check"manage.py migratewagtail-modeladmindependency, and wagtail.contrib.modeladmin -> wagtail_modeladmin, OR remove wagtail.contrib.modeladmin from INSTALLED_APPS and convert to wagtail snippets (since that package is in maintenance mode) https://wagtail-modeladmin.readthedocs.io/en/latest/migrating.html (deprecated and then removed in 6.0)use_json_field=TrueNo action needed