Support soft-deleting projects.

See http://python-eve.org/features.html#soft-delete for more info.
This commit is contained in:
2016-04-25 16:13:15 +02:00
parent 5116b74d1d
commit 31e802619e
2 changed files with 39 additions and 1 deletions

View File

@@ -744,7 +744,8 @@ organizations = {
projects = {
'schema': projects_schema,
'public_item_methods': ['GET'],
'public_methods': ['GET']
'public_methods': ['GET'],
'soft_delete': True,
}
activities = {