fix: ignore reverse relations during tenant autofill

This commit is contained in:
2026-08-19 12:40:17 +02:00
parent bd748ef985
commit 4421000409
7 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from netbox.plugins import PluginConfig, get_plugin_config
__version__ = "0.10.0"
__version__ = "0.10.1"
class NetBoxUtilitiesConfig(PluginConfig):