angrybeanie_wagtail/env/lib/python3.12/site-packages/wagtail/models/collections.py
2025-07-25 21:32:16 +10:00

5 lines
242 B
Python

# wagtail.models.collections was moved to wagtail.models.media in #11555;
# this import is retained to accommodate migration files importing from the old location.
# See #11874
from wagtail.models.media import get_root_collection_id # noqa