Commit d33fd127 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

[1.1.X] Fixed #12880 -- Added some missing sphinx directives for module...

[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
parent ef7debf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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.