diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-03-25 21:56:52 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-03-25 21:56:52 -0300 |
| commit | ccf8d8111339fffc63d0334e83d9db8c99e9172e (patch) | |
| tree | 744531e69b85c8acb45d3786e7d89c2f81d9b81f /docs | |
| parent | 066bf42675040abd7b1a42e5559890e5f9881058 (diff) | |
Fixed docs reST warning.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/db/transactions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt index db58ca9627..d48365dc9e 100644 --- a/docs/topics/db/transactions.txt +++ b/docs/topics/db/transactions.txt @@ -409,6 +409,7 @@ Handling exceptions within PostgreSQL transactions -------------------------------------------------- .. note:: + This section is relevant only if you're implementing your own transaction management. This problem cannot occur in Django's default mode and :func:`atomic` handles it automatically. |
