Make sure we can DELETE system jobs if we have the right permissions

This commit is contained in:
Matthew Jones 2014-12-10 15:51:27 -05:00
parent 646bcd407f
commit c719149b86

View File

@ -2197,7 +2197,7 @@ class SystemJobList(ListCreateAPIView):
return super(SystemJobList, self).get(request, *args, **kwargs)
class SystemJobDetail(RetrieveAPIView):
class SystemJobDetail(RetrieveDestroyAPIView):
model = SystemJob
serializer_class = SystemJobSerializer