0 votes
in Django by
If a client sends malformed content, it will raise a ParseError. What catches the error and responds with a 400 Bad Request.

a) APIView Class

b) @api_view decorator and APIView class

c) @api_view decorator

d) web browser

e) custom function

1 Answer

0 votes
by

b) @api_view decorator and APIView class

...