浏览代码

Fixed docs reST warning.

Ramiro Morales 12 年之前
父节点
当前提交
ccf8d81113
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/topics/db/transactions.txt

+ 1 - 0
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.