ArnesSI / netbox-inventory

Manage your hardware inventory in NetBox
MIT License
215 stars 21 forks source link

replace GenericRelation fields with appropriate model mixins #155

Closed matejv closed 7 months ago

matejv commented 7 months ago

As @uck9 figured out in #154 and #150, netbox upstream changed handling of GenericRelation fields. In 3.6 they replaced them with model Mixins for reatures (https://github.com/netbox-community/netbox/pull/13379) and in 3.7 they added filtering based on these features (https://github.com/netbox-community/netbox/pull/14191).

Unfortunately none of my test cover assigning images or contacts to models of this plugin so this was not caught automatically.