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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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