This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pytest | |
python-dateutil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
module to help migrate rich text content created by wagtaildraftail library to wagtail 2 presentation | |
""" | |
from django.db import migrations | |
from wagtail.admin.rich_text.converters.contentstate import ContentstateConverter | |
from wagtail.core.blocks import StreamValue, StructValue | |
from wagtail.core.rich_text import features as feature_registry, RichText |