summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2011-03-22 20:12:17 +0000
committerGabriel Hurley <gabehr@gmail.com>2011-03-22 20:12:17 +0000
commita4ef094b0f014c5f0aef9fd9ef33e695e583337a (patch)
treec316adfa7dff16e47cf81db7b0970d7aba4b4abc /docs/topics
parent16f4a2bec2796ed61154ad8350c02dbce9204799 (diff)
Corrected a number of mislinked crossrefs and added a few new crossref targets found in/via the 1.3 release.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/transactions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt
index 6e7288ec1d..a5bb7470ad 100644
--- a/docs/topics/db/transactions.txt
+++ b/docs/topics/db/transactions.txt
@@ -2,7 +2,7 @@
Managing database transactions
==============================
-.. currentmodule:: django.db.transaction
+.. module:: django.db.transaction
Django gives you a few ways to control how database transactions are managed,
if you're using a database that supports transactions.