1
0
mirror of https://github.com/django/django.git synced 2025-01-20 07:13:44 +00:00

Fixed docs reST warning.

This commit is contained in:
Ramiro Morales 2013-03-25 21:56:52 -03:00
parent 066bf42675
commit ccf8d81113

View File

@ -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.