diff options
| author | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-16 20:39:14 +0000 |
|---|---|---|
| committer | Joseph Kocherhans <joseph@jkocherhans.com> | 2006-05-16 20:39:14 +0000 |
| commit | e1184016a29b90694e3624d646b35b9d4aa4756e (patch) | |
| tree | f15b0c5f1ccd0f22b132b97403304263da579fb9 /docs/transactions.txt | |
| parent | 93937ed38a828e0f252fb25614516593ec7b9ab0 (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.txt | 2 |
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 |
