Fix exceptions.md

This commit is contained in:
knqyf263 2018-05-25 09:02:05 +09:00
parent a7cd1dbc43
commit 8d591b8fba

View File

@ -249,7 +249,7 @@ Set as `handler500`:
handler500 = 'rest_framework.exceptions.server_error' handler500 = 'rest_framework.exceptions.server_error'
## `rest_framework.exceptions.server_error` ## `rest_framework.exceptions.bad_request`
Returns a response with status code `400` and `application/json` content type. Returns a response with status code `400` and `application/json` content type.