mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Fix Request docstring kwarg names (#7443)
This commit is contained in:
parent
17f2b39bdb
commit
0d2bbd3177
|
@ -143,9 +143,9 @@ class Request:
|
|||
|
||||
Kwargs:
|
||||
- request(HttpRequest). The original request instance.
|
||||
- parsers_classes(list/tuple). The parsers to use for parsing the
|
||||
- parsers(list/tuple). The parsers to use for parsing the
|
||||
request content.
|
||||
- authentication_classes(list/tuple). The authentications used to try
|
||||
- authenticators(list/tuple). The authenticators used to try
|
||||
authenticating the request's user.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user