From 53354f80f679f3b52fc51832eca580a6c6211917 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Tue, 3 May 2011 10:25:50 +0000 Subject: [PATCH] [1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks magopian. Backport of r16142 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16143 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/auth.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index 2106c16add..d1194345ff 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -1022,7 +1022,7 @@ includes a few other useful built-in views located in Helper functions ---------------- -.. module:: django.contrib.auth.views +.. currentmodule:: django.contrib.auth.views .. function:: redirect_to_login(next[, login_url, redirect_field_name])