mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
5 lines
319 B
Python
5 lines
319 B
Python
# 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.admin import edit_handlers # NOQA
|