X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1a65a8d09e07f68e9dde662430719cfa84a0fd77..c6fc086238de9fefb56169edc148bbcd3ff866fa:/apps/api/response.py diff --git a/apps/api/response.py b/apps/api/response.py index 0d38a3aa..b5513c4e 100644 --- a/apps/api/response.py +++ b/apps/api/response.py @@ -73,10 +73,7 @@ class AccessDenied(ResponseObject): def __init__(self, **kwargs): ResponseObject.__init__(self, 403, **kwargs) - - def django_response(self, reason): - return ResponseObject.django_response(self, \ - body={'reason': reason}) + class EntityNotFound(ResponseObject):