mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-28 00:24:00 +00:00
rename the 'field' and 'stream' submodules to 'field_block' and 'stream_block'.
We can't use the name 'list' as a submodule, so we might as well make the others consistent.
This commit is contained in:
parent
5936326726
commit
162f430b35
3 changed files with 2 additions and 2 deletions
|
|
@ -558,6 +558,6 @@ class BlockField(forms.Field):
|
|||
|
||||
|
||||
# Import block types defined in submodules into the wagtail.wagtailcore.blocks namespace
|
||||
from .field import * # NOQA
|
||||
from .field_block import * # NOQA
|
||||
from .list_block import * # NOQA
|
||||
from .stream import * # NOQA
|
||||
from .stream_block import * # NOQA
|
||||
|
|
|
|||
Loading…
Reference in a new issue