소스 검색

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.