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:
Matt Westcott 2015-02-19 19:22:35 +00:00
parent 5936326726
commit 162f430b35
3 changed files with 2 additions and 2 deletions

View file

@ -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