diff options
| author | Tom Christie | 2015-02-17 16:46:27 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-02-17 16:46:27 +0000 | 
| commit | 3a71b6c9f5d3e6d67bf1dae36b06ce6fe37807d9 (patch) | |
| tree | bec9b0fc7bdad9022c2d2b464ceeb6431058e639 /docs | |
| parent | e45e0f056782cf6406a106add5c11803dcb24e30 (diff) | |
| parent | 30e6f32f6fbe20eafe949017cd62aed5d15529d5 (diff) | |
| download | django-rest-framework-3a71b6c9f5d3e6d67bf1dae36b06ce6fe37807d9.tar.bz2 | |
Merge pull request #2569 from k4nar/k4nar-requests-typo
Fix typo in requests.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-guide/requests.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/requests.md b/docs/api-guide/requests.md index 77000ffa..c993dfae 100644 --- a/docs/api-guide/requests.md +++ b/docs/api-guide/requests.md @@ -38,7 +38,7 @@ For clarity inside your code, we recommend using `request.query_params` instead  ## .DATA and .FILES -The old-style version 2.x `request.data` and `request.FILES` attributes are still available, but are now pending deprecation in favor of the unified `request.data` attribute. +The old-style version 2.x `request.DATA` and `request.FILES` attributes are still available, but are now pending deprecation in favor of the unified `request.data` attribute.  ## .QUERY_PARAMS | 
