ArnesSI / netbox-inventory

Manage your hardware inventory in NetBox
MIT License
191 stars 16 forks source link

Update models.py #151

Closed uck9 closed 3 months ago

uck9 commented 3 months ago

Move to the ImageAttachmentwMixin. Corrects issue experienced with v3.7.0 and trying to attach images.

alehaa commented 3 months ago

The ImageAttachmentsMixin is not part of the official plugins API. While there might be reasons to use it anyway, it should be clear that this will break API compability and thus may result in problems for new NetBox releases.