feat: added deleted_at as read-only property for the label serializer (#5306)

This commit is contained in:
Henit Chobisa
2024-08-06 17:26:40 +05:30
committed by GitHub
parent 983769a944
commit 976784bc84

View File

@@ -269,6 +269,7 @@ class LabelSerializer(BaseSerializer):
"updated_by",
"created_at",
"updated_at",
"deleted_at",
]
@@ -430,4 +431,3 @@ class IssueExpandSerializer(BaseSerializer):
"created_at",
"updated_at",
]