1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-31 10:30:01 +03:00

Merge pull request from ScottKelly/response-data-doc-fix

Fix doc Response data attribute description
This commit is contained in:
Carlton Gibson 2017-08-24 09:45:35 +02:00 committed by GitHub
commit 36cc8df85a

View File

@ -42,7 +42,7 @@ Arguments:
## .data ## .data
The unrendered content of a `Request` object. The unrendered, serialized data of the response.
## .status_code ## .status_code