mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Corrected to markup problems with docs added for recent features.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
98753710a7
commit
ded416bc7e
2 changed files with 6 additions and 5 deletions
|
@ -84,9 +84,9 @@ objects are changed or none of them are.
|
|||
|
||||
.. admonition:: This is database-level autocommit
|
||||
|
||||
This functionality is not the same as the
|
||||
:ref:`topics-db-transactions-autocommit` decorator. That decorator
|
||||
is a Django-level implementation that commits automatically after
|
||||
This functionality is not the same as the :ref:`autocommit
|
||||
<topics-db-transactions-autocommit>` decorator. That decorator is
|
||||
a Django-level implementation that commits automatically after
|
||||
data changing operations. The feature enabled using the
|
||||
:setting:`OPTIONS` option provides autocommit behavior at the
|
||||
database adapter level. It commits after *every* operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue