1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

PowerFeedSerializer should subclass ConnectedEndpointSerializer

This commit is contained in:
Jeremy Stretch
2020-10-05 11:39:17 -04:00
parent b846f631a4
commit 32aa2daea6
2 changed files with 4 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ All end-to-end cable paths are now cached using the new CablePath model. This al
* dcim.FrontPort: Removed the `trace` endpoint
* dcim.Interface: Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* dcim.InventoryItem: The `_depth` field has been added to reflect MPTT positioning
* dcim.PowerFeed: Add fields `connected_endpoint`, `connected_endpoint_type`, and `connected_endpoint_reachable`
* dcim.PowerOutlet: Replaced `connection_status` with `connected_endpoint_reachable` (boolean)
* dcim.PowerPanel: Added `custom_fields`
* dcim.PowerPort: Replaced `connection_status` with `connected_endpoint_reachable` (boolean)