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
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue