summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/transactions.txt2
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.