✨(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:
committed by
Anthony LC
parent
5bdf5d2210
commit
390a615f48
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user