mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-24 15:33:17 +03:00
Fix typo
This commit is contained in:
parent
e946a496dc
commit
91e869750e
|
@ -110,7 +110,7 @@ When per-request internationalization is enabled, client requests will respect t
|
||||||
"detail": "No se ha podido satisfacer la solicitud de cabecera de Accept."
|
"detail": "No se ha podido satisfacer la solicitud de cabecera de Accept."
|
||||||
}
|
}
|
||||||
|
|
||||||
Note that the structure of the error responses is still the same. We still have a `details` key in the response. If needed you can modify this behavior too, by using a [custom exception handler][custom-exception-handler].
|
Note that the structure of the error responses is still the same. We still have a `detail` key in the response. If needed you can modify this behavior too, by using a [custom exception handler][custom-exception-handler].
|
||||||
|
|
||||||
We include built-in translations both for standard exception cases, and for serializer validation errors.
|
We include built-in translations both for standard exception cases, and for serializer validation errors.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user