From d33fd127f8f0f7f71e1bc3e7974cebb408e44cea Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 24 Feb 2010 14:05:58 +0000 Subject: [1.1.X] Fixed #12880 -- Added some missing sphinx directives for module references. Thanks to psagers for the report, and timo for the patch. Backport of r12559 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12564 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/auth-remote-user.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/howto') diff --git a/docs/howto/auth-remote-user.txt b/docs/howto/auth-remote-user.txt index b7987e14a7..f0e83c0ba5 100644 --- a/docs/howto/auth-remote-user.txt +++ b/docs/howto/auth-remote-user.txt @@ -4,6 +4,8 @@ Authentication using ``REMOTE_USER`` ==================================== +.. currentmodule:: django.contrib.backends + This document describes how to make use of external authentication sources (where the Web server sets the ``REMOTE_USER`` environment variable) in your Django applications. This type of authentication solution is typically seen on -- cgit v1.3