mirror of
https://github.com/django/django.git
synced 2025-11-02 21:03:53 +00:00
Fixed #12880 -- Added some missing sphinx directives for module references. Thanks to psagers for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3349a8016f
commit
841210b308
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
Authentication using ``REMOTE_USER``
|
Authentication using ``REMOTE_USER``
|
||||||
====================================
|
====================================
|
||||||
|
|
||||||
|
.. currentmodule:: django.contrib.backends
|
||||||
|
|
||||||
This document describes how to make use of external authentication sources
|
This document describes how to make use of external authentication sources
|
||||||
(where the Web server sets the ``REMOTE_USER`` environment variable) in your
|
(where the Web server sets the ``REMOTE_USER`` environment variable) in your
|
||||||
Django applications. This type of authentication solution is typically seen on
|
Django applications. This type of authentication solution is typically seen on
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@
|
||||||
Managing database transactions
|
Managing database transactions
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
.. currentmodule:: django.db
|
||||||
|
|
||||||
Django gives you a few ways to control how database transactions are managed,
|
Django gives you a few ways to control how database transactions are managed,
|
||||||
if you're using a database that supports transactions.
|
if you're using a database that supports transactions.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue