From 441c537b66233ae57bf0023f02d8262474229e1a Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 24 Feb 2016 16:24:33 -0500 Subject: [PATCH] Fixed a function signature in docs/topics/auth/default.txt. --- docs/topics/auth/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt index 690d11e3b8..0d571a743c 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -965,7 +965,7 @@ All authentication views This is a list with all the views ``django.contrib.auth`` provides. For implementation details see :ref:`using-the-views`. -.. function:: login(request, template_name=`registration/login.html`, redirect_field_name=, authentication_form, current_app, extra_context) +.. function:: login(request, template_name=`registration/login.html`, redirect_field_name='next', authentication_form=AuthenticationForm, current_app=None, extra_context=None) **URL name:** ``login``