We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @mlebreuil
When I try to add a service provider I get the following error:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'content_type' into field. Choices are: contact, contact_id, created, custom_field_data, id, last_updated, object, object_id, object_type, object_type_id, priority, role, role_id, tagged_items, tags
Python version: 3.11.2 NetBox version: 4.0.5 Plugins: netbox_bgp: 0.13.2 netbox_contract: 2.1.0 netbox_data_flows: 1.0.0 netbox_interface_synchronization: 4.0.3 netbox_lifecycle: 1.0.4 netbox_napalm_plugin: 0.2.1 netbox_qrcode: 0.0.12 netbox_reorder_rack: 1.1.1
Can you help with that?
The text was updated successfully, but these errors were encountered:
fix issue #135
7e0a687
Merge pull request #136 from mlebreuil/135-problem-with-adding-a-serv…
10e01b9
…ice-provider fix issue #135
Successfully merging a pull request may close this issue.
Hi @mlebreuil
When I try to add a service provider I get the following error:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'content_type' into field. Choices are: contact, contact_id, created, custom_field_data, id, last_updated, object, object_id, object_type, object_type_id, priority, role, role_id, tagged_items, tags
Python version: 3.11.2
NetBox version: 4.0.5
Plugins:
netbox_bgp: 0.13.2
netbox_contract: 2.1.0
netbox_data_flows: 1.0.0
netbox_interface_synchronization: 4.0.3
netbox_lifecycle: 1.0.4
netbox_napalm_plugin: 0.2.1
netbox_qrcode: 0.0.12
netbox_reorder_rack: 1.1.1
Can you help with that?
The text was updated successfully, but these errors were encountered: