X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3546a2b2d5f52224bcf95803030611ab505f29cd..de4a58ffa2b1268afa1764b8c54a82d96a7875f6:/apps/api/response.py?ds=inline 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):