diff --git a/wagtail/core/models.py b/wagtail/core/models.py index f25ed20e0e48..631a6759dd55 100644 --- a/wagtail/core/models.py +++ b/wagtail/core/models.py @@ -246,7 +246,7 @@ class Page(AbstractPage, index.Indexed, ClusterableModel, metaclass=PageBase): help_text=_("The name of the page as it will appear in URLs e.g http://domain.com/blog/[my-slug]/") ) content_type = models.ForeignKey( - 'contenttypes.ContentType', + ContentType, verbose_name=_('content type'), related_name='pages', on_delete=models.SET(get_default_page_content_type)