summaryrefslogtreecommitdiff
path: root/docs/transactions.txt
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2006-05-16 20:39:14 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2006-05-16 20:39:14 +0000
commite1184016a29b90694e3624d646b35b9d4aa4756e (patch)
treef15b0c5f1ccd0f22b132b97403304263da579fb9 /docs/transactions.txt
parent93937ed38a828e0f252fb25614516593ec7b9ab0 (diff)
multi-auth: Merged to [2919]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multi-auth@2921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/transactions.txt')
-rw-r--r--docs/transactions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/transactions.txt b/docs/transactions.txt
index 6b2e6fda8f..378aa959d1 100644
--- a/docs/transactions.txt
+++ b/docs/transactions.txt
@@ -122,7 +122,7 @@ Manual transaction management looks like this::
else:
transaction.commit()
-..admonition:: An important note to users of earlier Django releases:
+.. admonition:: An important note to users of earlier Django releases:
The database ``connection.commit()`` and ``connection.rollback()`` methods
(called ``db.commit()`` and ``db.rollback()`` in 0.91 and earlier) no longer