Skip to content

Commit

Permalink
Corrected to markup problems with docs added for recent features.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Oct 28, 2010
1 parent 9875371 commit ded416b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/ref/databases.txt
Expand Up @@ -84,9 +84,9 @@ objects are changed or none of them are.


.. admonition:: This is database-level autocommit .. admonition:: This is database-level autocommit


This functionality is not the same as the This functionality is not the same as the :ref:`autocommit
:ref:`topics-db-transactions-autocommit` decorator. That decorator <topics-db-transactions-autocommit>` decorator. That decorator is
is a Django-level implementation that commits automatically after a Django-level implementation that commits automatically after
data changing operations. The feature enabled using the data changing operations. The feature enabled using the
:setting:`OPTIONS` option provides autocommit behavior at the :setting:`OPTIONS` option provides autocommit behavior at the
database adapter level. It commits after *every* operation. database adapter level. It commits after *every* operation.
Expand Down
5 changes: 3 additions & 2 deletions docs/ref/templates/api.txt
Expand Up @@ -435,8 +435,9 @@ If :setting:`TEMPLATE_CONTEXT_PROCESSORS` contains this processor, every
value of the :setting:`MEDIA_URL` setting. value of the :setting:`MEDIA_URL` setting.


.. versionchanged:: 1.3 .. versionchanged:: 1.3
This context processor has been moved to the new :ref:`staticfiles` app. This context processor has been moved to the new
Please use the new ``django.contrib.staticfiles.context_processors.staticfiles`` :doc:`/ref/contrib/staticfiles` app. Please use the new
``django.contrib.staticfiles.context_processors.staticfiles``
context processor. context processor.


django.core.context_processors.csrf django.core.context_processors.csrf
Expand Down

0 comments on commit ded416b

Please sign in to comment.