1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.9.x] Fixed a function signature in docs/topics/auth/default.txt.

Backport of 441c537b66233ae57bf0023f02d8262474229e1a from master
This commit is contained in:
Tim Graham 2016-02-24 16:24:33 -05:00
parent bd9dc810eb
commit 3e1aa37422

View File

@ -986,7 +986,7 @@ All authentication views
This is a list with all the views ``django.contrib.auth`` provides. For This is a list with all the views ``django.contrib.auth`` provides. For
implementation details see :ref:`using-the-views`. 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`` **URL name:** ``login``