mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
7 lines
384 B
Python
7 lines
384 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
# The edit_handlers module extends Page with some additional attributes required by
|
|
# wagtailadmin (namely, base_form_class and get_edit_handler). Importing this within
|
|
# wagtailadmin.models ensures that this happens in advance of running wagtailadmin's
|
|
# system checks.
|
|
from wagtail.wagtailadmin import edit_handlers # NOQA
|