Author: russellm
Date: 2010-02-24 08:05:58 -0600 (Wed, 24 Feb 2010)
New Revision: 12564

Modified:
   django/branches/releases/1.1.X/docs/howto/auth-remote-user.txt
   django/branches/releases/1.1.X/docs/topics/db/transactions.txt
Log:
[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.

Modified: django/branches/releases/1.1.X/docs/howto/auth-remote-user.txt
===================================================================
--- django/branches/releases/1.1.X/docs/howto/auth-remote-user.txt      
2010-02-24 14:05:18 UTC (rev 12563)
+++ django/branches/releases/1.1.X/docs/howto/auth-remote-user.txt      
2010-02-24 14:05:58 UTC (rev 12564)
@@ -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

Modified: django/branches/releases/1.1.X/docs/topics/db/transactions.txt
===================================================================
--- django/branches/releases/1.1.X/docs/topics/db/transactions.txt      
2010-02-24 14:05:18 UTC (rev 12563)
+++ django/branches/releases/1.1.X/docs/topics/db/transactions.txt      
2010-02-24 14:05:58 UTC (rev 12564)
@@ -4,6 +4,8 @@
 Managing database transactions
 ==============================
 
+.. currentmodule:: django.db
+
 Django gives you a few ways to control how database transactions are managed,
 if you're using a database that supports transactions.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to