Remove wagtail.tests.utils

pull/11157/head
Matt Westcott 2023-10-30 14:46:49 +00:00
rodzic c49ec1bb06
commit 7e8434d02d
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -1,12 +0,0 @@
from warnings import warn
from wagtail.test.utils import * # noqa: F403
from wagtail.utils.deprecation import RemovedInWagtail60Warning
warn(
"Importing from wagtail.tests.utils is deprecated. "
"Use wagtail.test.utils instead. "
"See https://docs.wagtail.org/en/stable/releases/3.0.html#changes-to-module-paths",
category=RemovedInWagtail60Warning,
stacklevel=2,
)