Reverse accessor on Tags for plugins #14466
Unanswered
bkampsnl
asked this question in
Help Wanted!
Replies: 1 comment 2 replies
-
This is an issue between the netbox_bgp plugin and the netbox_routing plugin. There is no fixing it on your end, and this likely can't be fixed within the tag mixin either (without creating longer names for the reverse accessors) however this does beg the question, do we need to track the reverse accessor on a Tag? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to fix an issue in a conflict between the bgp and netbox-routing plugins.
Both plugins have a PrefixList class that derives from NetboxModel. Both classes are in their own namespace but there is a conflict in the tags (derived from NetboxModel>TagsMixin.
When I use both plugins I get the following error during database migration:
I'm trying to fix it but i'm not sure how. The related_name field should be changed so there is no clash. But is this issue in the base class TagsMixin?
Beta Was this translation helpful? Give feedback.
All reactions