Legacy richtext
Предоставляет обёртку legacy richtext.
Поместите wagtail.contrib.legacy.richtext перед wagtail.core в INSTALLED_APPS.
INSTALLED_APPS = [
...
"wagtail.contrib.legacy.richtext",
"wagtail.core",
...
]
Фильтр шаблона {{ page.body|richtext }} теперь отобразит:
<div class="rich-text">...</div>
© 2014-present Torchbox Ltd and individual contributors.
All rights are reserved.
Licensed under the BSD License.
https://docs.wagtail.org/en/v2.16.3/reference/contrib/legacy_richtext.html