mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Fix errant update
Search and replace was a bit overzealous.
This commit is contained in:
parent
d0f5d15a93
commit
a73aef932c
|
@ -271,7 +271,7 @@ The request data, as set by the `Response()` instantiation.
|
|||
|
||||
Optional. If provided, this is the accepted media type, as determined by the content negotiation stage.
|
||||
|
||||
Depending on the client's `Accept:` header, this may be more specific than the renderer's `accepted_media_type` attribute, and may include media type parameters. For example `"application/json; nested=true"`.
|
||||
Depending on the client's `Accept:` header, this may be more specific than the renderer's `media_type` attribute, and may include media type parameters. For example `"application/json; nested=true"`.
|
||||
|
||||
### `renderer_context=None`
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user