Reverse for 'netboxuser-list' not found when editing #9103

Closed
opened 2025-12-29 20:45:29 +01:00 by adam · 0 comments
Owner

Originally created by @Atamas95 on GitHub (Jan 18, 2024).

Originally assigned to: @DanSheps on GitHub.

Deployment Type

Self-hosted

NetBox Version

3.7.0

Python Version

3.9

Steps to Reproduce

Create a new custom field: type:object, object-type: users>user.

Expected Behavior

When editing a device/inventory-item, you can select a netbox user within the specified custom field.

Observed Behavior

When editing to sleect a netbox user, I get the following error message:

<class 'django.urls.exceptions.NoReverseMatch'>

Reverse for 'netboxuser-list' not found. 'netboxuser-list' is not a valid view function or pattern name.

Python version: 3.9.2
NetBox version: 3.7.0
Plugins: None installed
Originally created by @Atamas95 on GitHub (Jan 18, 2024). Originally assigned to: @DanSheps on GitHub. ### Deployment Type Self-hosted ### NetBox Version 3.7.0 ### Python Version 3.9 ### Steps to Reproduce Create a new custom field: `type:object, object-type: users>user`. ### Expected Behavior When editing a device/inventory-item, you can select a netbox user within the specified custom field. ### Observed Behavior When editing to sleect a netbox user, I get the following error message: ``` <class 'django.urls.exceptions.NoReverseMatch'> Reverse for 'netboxuser-list' not found. 'netboxuser-list' is not a valid view function or pattern name. Python version: 3.9.2 NetBox version: 3.7.0 Plugins: None installed ```
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:45:29 +01:00
adam closed this issue 2025-12-29 20:45:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9103