Initial commit
This commit is contained in:
7
env/lib/python3.10/site-packages/wagtail/admin/blocks.py
vendored
Normal file
7
env/lib/python3.10/site-packages/wagtail/admin/blocks.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import warnings
|
||||
|
||||
from wagtail.blocks import * # noqa: F403
|
||||
|
||||
warnings.warn(
|
||||
"wagtail.admin.blocks has moved to wagtail.blocks", UserWarning, stacklevel=2
|
||||
)
|
||||
Reference in New Issue
Block a user