mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-01 10:53:17 +03:00
Merge pull request #5219 from blueyed/fix-doc-_authenticate
doc: fix documentation for Request._authenticate
This commit is contained in:
commit
9e72736af8
|
@ -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