feat(project_management): Add field is_deleted to projects

preparation for the purge permission.

ref: #301 closes #293
This commit is contained in:
2024-09-18 12:29:59 +09:30
parent b2f20766de
commit d6f475a009
5 changed files with 62 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class ProjectSerializer(
'modified',
'external_ref',
'external_system',
'is_deleted',
'url',
]