From a85cd1688b7a4468a4836b892f35480dc16ad331 Mon Sep 17 00:00:00 2001 From: Timo Graham Date: Tue, 3 May 2011 10:22:49 +0000 Subject: [PATCH] Fixed #15942 - removed duplicate module id in docs; thanks magopian. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16142 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 07928ccaee..266e713725 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -1023,7 +1023,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])