-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.0.10
Python version
3.7
Steps to Reproduce
- Go to IP Address list
- Click on the heading for 'Assigned', to sort by assignment status
Expected Behavior
The list is sorted, and unassigned IP addresses can be shown on top.
Observed Behavior
En error:
<class 'django.core.exceptions.FieldError'>
Field 'assigned_object' does not generate an automatic reverse relation and therefore cannot be used for reverse querying. If it is a GenericForeignKey, consider adding a GenericRelation.
Python version: 3.7.12
NetBox version: 3.0.10
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application