We allow deletion via the REST APi - we should maybe change that to also just withdraw the talk (although the semantics are a bit awkward with the DELETE method), but,if we don't, we should log the action somewhere.
We use reversion to log other changes to the object via the API, but that doesn't handle deletions particularly nicely - maybe we should log it directly to the admin log?
Alternatively, adding something like drf-api-logger so we keep track of all API usage may be the way to go?
We allow deletion via the REST APi - we should maybe change that to also just withdraw the talk (although the semantics are a bit awkward with the DELETE method), but,if we don't, we should log the action somewhere.
We use reversion to log other changes to the object via the API, but that doesn't handle deletions particularly nicely - maybe we should log it directly to the admin log?
Alternatively, adding something like drf-api-logger so we keep track of all API usage may be the way to go?