Commit ded416bc authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

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
parent 98753710
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.
+3 −2
Original line number Diff line number Diff line
@@ -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