Add TODO reminders for v4.0

This commit is contained in:
Jeremy Stretch 2023-10-19 17:04:15 -04:00
parent c872f8572b
commit c1b9c9de76
7 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)