mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 13:14:30 +03:00
Merge pull request #2569 from k4nar/k4nar-requests-typo
Fix typo in requests.md
This commit is contained in:
commit
3a71b6c9f5
|
@ -38,7 +38,7 @@ For clarity inside your code, we recommend using `request.query_params` instead
|
||||||
|
|
||||||
## .DATA and .FILES
|
## .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
|
## .QUERY_PARAMS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user