eofs / django-rest-framework-proxy

Django Rest Framework Proxy views
138 stars 58 forks source link

No_content responce parsing incorrectly #2

Open Konjkov opened 10 years ago

Konjkov commented 10 years ago

NO_CONTENT_204 response has no content. There is no need to call function self.parse_proxy_response(response) in that case, just return Response(status=204).