mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 19:19:22 -06:00
Closes #14092: Remove backward compatibility for importing extras.plugins
This commit is contained in:
parent
f09658b9c3
commit
a5fa30e851
@ -1,9 +0,0 @@
|
|||||||
from .navigation import *
|
|
||||||
from .registration import *
|
|
||||||
from .templates import *
|
|
||||||
from .utils import *
|
|
||||||
from netbox.plugins import PluginConfig
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
@ -1,7 +0,0 @@
|
|||||||
import warnings
|
|
||||||
|
|
||||||
from netbox.plugins.navigation import *
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
@ -1,7 +0,0 @@
|
|||||||
import warnings
|
|
||||||
|
|
||||||
from netbox.plugins.registration import *
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
@ -1,7 +0,0 @@
|
|||||||
import warnings
|
|
||||||
|
|
||||||
from netbox.plugins.templates import *
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
@ -1,7 +0,0 @@
|
|||||||
import warnings
|
|
||||||
|
|
||||||
from netbox.plugins.urls import *
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
@ -1,7 +0,0 @@
|
|||||||
import warnings
|
|
||||||
|
|
||||||
from netbox.plugins.utils import *
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
@ -1,7 +0,0 @@
|
|||||||
import warnings
|
|
||||||
|
|
||||||
from netbox.plugins.views import *
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Remove in v4.0
|
|
||||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
|
Loading…
Reference in New Issue
Block a user