vapor-ware / netbox-virtual-circuit-plugin

A plugin for NetBox that supports Virtual Circuit management
GNU General Public License v3.0
57 stars 19 forks source link

Netbox extras.models error #56

Closed Phied closed 3 years ago

Phied commented 3 years ago

I kept getting error unable to load module from extras.models ChangeLoggedModel.

Looks like Netbox has updated this to be netbox.ChangeLoggedModel instead of extras.

wols commented 3 years ago

After update from netbox 2.11.0 to 2.11.3 the error was gone. Sorry, plugin was disabled.

hiddenman commented 3 years ago

I kept getting error unable to load module from extras.models ChangeLoggedModel.

Looks like Netbox has updated this to be netbox.ChangeLoggedModel instead of extras.

Hi,

The same error here.

@Phied Have you fixed it? Does simple changing model path fixes the error?

Thank you.

hiddenman commented 3 years ago

No, it does not:

ERRORS: netbox_virtual_circuit_plugin.VirtualCircuit: (models.E026) The model cannot have more than one field with 'primary_key=True'.

So the plugin should be updated. @wols @hoanhan101 @marcoceppi Guys, could you please take a look?

Thank you.