-
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
Environment
- Python version: 3.6.9
- NetBox version: 2.10.0-3
Steps to Reproduce
- Click sort devices by primary_IP (Example https://netboxdemo.com/dcim/devices/?sort=primary_ip)
Expected Behavior
Device list to be sorted by primary_ip
Observed Behavior
django.core.exceptions.FieldError:
<class 'django.core.exceptions.FieldError'>
Cannot resolve keyword 'primary_ip' into field. Choices are: _name, asset_tag, cluster, cluster_id, comments, consoleports, consoleserverports, created, custom_field_data, device_role, device_role_id, device_type, device_type_id, devicebays, face, frontports, id, images, interfaces, inventoryitems, last_updated, local_context_data, name, parent_bay, platform, platform_id, position, poweroutlets, powerports, primary_ip4, primary_ip4_id, primary_ip6, primary_ip6_id, rack, rack_id, rearports, secrets, serial, services, site, site_id, status, tagged_items, tags, tenant, tenant_id, vc_master_for, vc_position, vc_priority, virtual_chassis, virtual_chassis_id
Python version: 3.6.9
NetBox version: 2.10.1
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