diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 14:05:58 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-02-24 14:05:58 +0000 |
| commit | d33fd127f8f0f7f71e1bc3e7974cebb408e44cea (patch) | |
| tree | 367a4ff899042b9c3b26ad01ce9cc6d033773bf3 /docs/topics/db | |
| parent | ef7debf34bebe3a478a257b0430c6cac036b797e (diff) | |
[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
Diffstat (limited to 'docs/topics/db')
| -rw-r--r-- | docs/topics/db/transactions.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index b374609ab9..91f973d975 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -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. |
