From 432b25ace0e4d2953092b81f018860eaf0bb89ee Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 31 Dec 2016 07:57:39 -0500 Subject: [PATCH] Removed nonexistent LogoutView context from docs. --- docs/topics/auth/default.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 36bd0ec522..f4090f77cb 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -1178,13 +1178,6 @@ implementation details see :ref:`using-the-views`. :attr:`request.META['SERVER_NAME'] `. 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 - ` 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.