Fixed docs reST warning.

This commit is contained in:
Ramiro Morales 2013-03-25 21:56:52 -03:00
parent 066bf42675
commit ccf8d81113
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ Handling exceptions within PostgreSQL transactions
-------------------------------------------------- --------------------------------------------------
.. note:: .. note::
This section is relevant only if you're implementing your own transaction This section is relevant only if you're implementing your own transaction
management. This problem cannot occur in Django's default mode and management. This problem cannot occur in Django's default mode and
:func:`atomic` handles it automatically. :func:`atomic` handles it automatically.