From 383e2e1c53f0d1f0d1c7f09bf2f548f83c53f549 Mon Sep 17 00:00:00 2001 From: japrogramer Date: Mon, 2 Nov 2015 21:45:46 -0600 Subject: [PATCH] [1.8.x] Fixed typo in docs/topics/auth/default.txt. Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 from master --- 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 e42ea79bfe..c60e83df30 100644 --- a/docs/topics/auth/default.txt +++ b/docs/topics/auth/default.txt @@ -766,7 +766,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=, authentication_form, current_app, extra_context) **URL name:** ``login``