See #890: disable report deletion

This commit is contained in:
Eliot Berriot 2019-09-02 11:06:25 +02:00
parent 94b9db062d
commit 5e39a85ebe
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 0 additions and 11 deletions

View file

@ -462,7 +462,6 @@ class ManageInstancePolicyViewSet(
class ManageReportViewSet(
mixins.ListModelMixin,
mixins.RetrieveModelMixin,
mixins.DestroyModelMixin,
mixins.UpdateModelMixin,
viewsets.GenericViewSet,
):