kopia lustrzana https://github.com/wagtail/wagtail
Remove wagtail.tests.utils
rodzic
c49ec1bb06
commit
7e8434d02d
|
@ -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,
|
||||
)
|
Ładowanie…
Reference in New Issue