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: error
manage.py update_index
wagtail updatemodulepaths --diff
wagtail updatemodulepaths
should update:wagtail\.core\b
->wagtail
wagtail\.tests\b
->wagtail.test
wagtail\.admin\.edit_handlers\b
->wagtail.admin.panels
StreamFieldPanel|ImageChooserPanel|SnipperChooserPanel|PageChooserPanel
->FieldPanel
use_json_field=True
andmanage.py makemigrations
Add 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_index
manage.py copy_daily_hits_from_wagtailsearch
icon = "tick"
->icon = "check"
manage.py migrate
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)use_json_field=True
No action needed
The text was updated successfully, but these errors were encountered: