Correct serializer field lists

This commit is contained in:
Jeremy Stretch
2020-10-06 15:27:40 -04:00
parent 3dfbaa3ee9
commit c9cb0540d7
2 changed files with 11 additions and 8 deletions

View File

@@ -78,4 +78,5 @@ class CircuitTerminationSerializer(CableTerminationSerializer, ConnectedEndpoint
fields = [
'id', 'url', 'circuit', 'term_side', 'site', 'port_speed', 'upstream_speed', 'xconnect_id', 'pp_info',
'description', 'connected_endpoint_type', 'connected_endpoint', 'connected_endpoint_reachable', 'cable',
'cable_peer', 'cable_peer_type',
]