mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-23 07:56:44 -06:00
Add TODO reminders for v4.0
This commit is contained in:
parent
c872f8572b
commit
c1b9c9de76
@ -5,4 +5,5 @@ 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)
|
||||
|
@ -3,4 +3,5 @@ import warnings
|
||||
from netbox.plugins.navigation import *
|
||||
|
||||
|
||||
# TODO: Remove in v4.0
|
||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
||||
|
@ -3,4 +3,5 @@ import warnings
|
||||
from netbox.plugins.registration import *
|
||||
|
||||
|
||||
# TODO: Remove in v4.0
|
||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
||||
|
@ -3,4 +3,5 @@ import warnings
|
||||
from netbox.plugins.templates import *
|
||||
|
||||
|
||||
# TODO: Remove in v4.0
|
||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
||||
|
@ -3,4 +3,5 @@ import warnings
|
||||
from netbox.plugins.urls import *
|
||||
|
||||
|
||||
# TODO: Remove in v4.0
|
||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
||||
|
@ -3,4 +3,5 @@ import warnings
|
||||
from netbox.plugins.utils import *
|
||||
|
||||
|
||||
# TODO: Remove in v4.0
|
||||
warnings.warn(f"{__name__} is deprecated. Import from netbox.plugins instead.", DeprecationWarning)
|
||||
|
@ -3,4 +3,5 @@ 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