Commit 3b0b1e07 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 441c537b from master
parent 4b8bd72a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -777,7 +777,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``