We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fa846e + d14e15f commit 721fc33Copy full SHA for 721fc33
netbox_branching/constants.py
@@ -21,6 +21,7 @@
21
INCLUDE_MODELS = (
22
'dcim.cablepath',
23
'extras.cachedvalue',
24
+ 'extras.taggeditem', # Fix for issue #354 - tags through model
25
'tenancy.contactgroupmembership', # Fix for NetBox v4.3.0
26
)
27
0 commit comments