mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 01:33:16 +00:00
5 lines
158 B
Python
5 lines
158 B
Python
import warnings
|
|
|
|
from wagtail.core.blocks import * # noqa
|
|
|
|
warnings.warn("wagtail.admin.blocks has moved to wagtail.core.blocks", UserWarning, stacklevel=2)
|