diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-28 12:56:44 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2010-10-28 12:56:44 +0000 |
| commit | ded416bc7e0d69cdb63261c74a2430a81da5d3bb (patch) | |
| tree | a865ca3f6b05121c53119285ec50829de8cbe8ef /docs | |
| parent | 98753710a7e58ce93b41d7ff426f2ef5040f9132 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/databases.txt | 6 | ||||
| -rw-r--r-- | docs/ref/templates/api.txt | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index edb2c026dd..cf7ef92eae 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -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. diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 4589084ac2..4bb61b80b7 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -435,8 +435,9 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every value of the :setting:`MEDIA_URL` setting. .. versionchanged:: 1.3 - This context processor has been moved to the new :ref:`staticfiles` app. - Please use the new ``django.contrib.staticfiles.context_processors.staticfiles`` + This context processor has been moved to the new + :doc:`/ref/contrib/staticfiles` app. Please use the new + ``django.contrib.staticfiles.context_processors.staticfiles`` context processor. django.core.context_processors.csrf |
