mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-06-15 19:13:33 +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
|
Attempt to authenticate the request using each authentication instance
|
||||||
in turn.
|
in turn.
|
||||||
Returns a three-tuple of (authenticator, user, authtoken).
|
|
||||||
"""
|
"""
|
||||||
for authenticator in self.authenticators:
|
for authenticator in self.authenticators:
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user