mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
Update _not_authenticated's docstring (#4906)
This commit is contained in:
parent
625eb4c53f
commit
eacb93d453
|
@ -353,10 +353,9 @@ class Request(object):
|
|||
|
||||
def _not_authenticated(self):
|
||||
"""
|
||||
Return a three-tuple of (authenticator, user, authtoken), representing
|
||||
an unauthenticated request.
|
||||
Set authenticator, user & authtoken representing an unauthenticated request.
|
||||
|
||||
By default this will be (None, AnonymousUser, None).
|
||||
Defaults are None, AnonymousUser & None.
|
||||
"""
|
||||
self._authenticator = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user