Commit eacb93d4 by Pavlin Gergov Committed by Tom Christie

Update _not_authenticated's docstring (#4906)

parent 625eb4c5
...@@ -353,10 +353,9 @@ class Request(object): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment