mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
doc: fix documentation for Request._authenticate
It does not return anything.
This commit is contained in:
parent
598e5877cd
commit
fe95ab675b
|
@ -335,7 +335,6 @@ class Request(object):
|
|||
"""
|
||||
Attempt to authenticate the request using each authentication instance
|
||||
in turn.
|
||||
Returns a three-tuple of (authenticator, user, authtoken).
|
||||
"""
|
||||
for authenticator in self.authenticators:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user