Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New UI for listing object uses, including in RichText and StreamField. #4481

Closed
wants to merge 13 commits into from
Prev Previous commit
Flake8.
  • Loading branch information
BertrandBordage committed Jul 4, 2018
commit 93e5e32762f9eae08473fae666e692a87a6e01d6
5 changes: 2 additions & 3 deletions wagtail/core/collectors.py
Original file line number Diff line number Diff line change
@@ -13,9 +13,8 @@
from taggit.models import TaggedItemBase

from wagtail.core.blocks import (
Block, ChooserBlock, ListBlock, RichTextBlock, StreamBlock, StreamValue,
StructBlock, StructValue,
)
Block, ChooserBlock, ListBlock, RichTextBlock, StreamBlock, StreamValue, StructBlock,
StructValue)
from wagtail.core.fields import RichTextField, StreamField
from wagtail.core.rich_text import RichText, features
from wagtail.core.rich_text.rewriters import FIND_A_TAG, FIND_EMBED_TAG, extract_attrs