We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There are some breaking changes in Netbox 4.0, including the following:
from extras.plugins import PluginConfig should be replaced by from netbox.plugins import PluginConfig.
from extras.plugins import PluginConfig
from netbox.plugins import PluginConfig
I'm not sure what else needs to be changed, but is an update planned to be compatible with Netbox 4.0 ? Thanks :)
P.S.: Here are the changes from Netbox Doc.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hi,
There are some breaking changes in Netbox 4.0, including the following:
from extras.plugins import PluginConfig
should be replaced byfrom netbox.plugins import PluginConfig
.I'm not sure what else needs to be changed, but is an update planned to be compatible with Netbox 4.0 ? Thanks :)
P.S.: Here are the changes from Netbox Doc.
The text was updated successfully, but these errors were encountered: