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