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

#11029: Cleanup & changelog

This commit is contained in:
jeremystretch
2023-04-10 10:40:56 -04:00
parent 00714b23a2
commit f68a63255b
3 changed files with 6 additions and 2 deletions

View File

@@ -1097,7 +1097,8 @@ class CableTerminationSerializer(NetBoxModelSerializer):
class Meta:
model = CableTermination
fields = [
'id', 'url', 'display', 'cable', 'cable_end', 'termination_type', 'termination_id', 'termination'
'id', 'url', 'display', 'cable', 'cable_end', 'termination_type', 'termination_id', 'termination',
'created', 'last_updated',
]
@extend_schema_field(serializers.JSONField(allow_null=True))