summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 07:59:42 -0500
committerTim Graham <timograham@gmail.com>2016-12-31 07:59:42 -0500
commit248e64ac993aa8c615d9855f6359d435f217d01f (patch)
tree009d14b681fee0591590d656e21a26bf1a53122d
parent637f77495253b54c12e7432a50c34eef52f8cd07 (diff)
[1.10.x] Removed nonexistent logout view context from docs.
Backport of 432b25ace0e4d2953092b81f018860eaf0bb89ee from master
-rw-r--r--docs/topics/auth/default.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 6c2a3443bf..6f8a471727 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -1166,13 +1166,6 @@ implementation details see :ref:`using-the-views`.
:attr:`request.META['SERVER_NAME'] <django.http.HttpRequest.META>`.
For more on sites, see :doc:`/ref/contrib/sites`.
- * ``current_app``: A hint indicating which application contains the current
- view. See the :ref:`namespaced URL resolution strategy
- <topics-http-reversing-url-namespaces>` for more information.
-
- * ``extra_context``: A dictionary of context data that will be added to the
- default context data passed to the template.
-
.. function:: logout_then_login(request, login_url=None, current_app=None, extra_context=None)
Logs a user out, then redirects to the login page.