(backend) expose deleted_at information in serializer

The front needs to know when a document has been deleted. We expose the
deleted_at property on a document object,
This commit is contained in:
Manuel Raynaud
2025-10-06 08:38:40 +02:00
committed by Anthony LC
parent 5bdf5d2210
commit 390a615f48
9 changed files with 93 additions and 2 deletions

View File

@@ -2157,7 +2157,7 @@ class ConfigView(drf.views.APIView):
"LANGUAGES",
"LANGUAGE_CODE",
"SENTRY_DSN",
"TRASHBIN_CUTOFF_DAYS"
"TRASHBIN_CUTOFF_DAYS",
]
dict_settings = {}
for setting in array_settings: