summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-24 16:24:33 -0500
committerTim Graham <timograham@gmail.com>2016-02-24 16:25:34 -0500
commit3e1aa3742248c81756b6fff73ad289f107eeac79 (patch)
tree0caefc94281b4ecec093c7c850af46739df33d05 /docs
parentbd9dc810ebd56e7c3ffa8f824df2d2e06cf1f32f (diff)
[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.
Backport of 441c537b66233ae57bf0023f02d8262474229e1a from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/default.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index afa8ad5204..b1b049dd18 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -986,7 +986,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``