Author: russellm
Date: 2010-10-28 07:56:44 -0500 (Thu, 28 Oct 2010)
New Revision: 14388
Modified:
django/trunk/docs/ref/databases.txt
django/trunk/docs/ref/templates/api.txt
Log:
Corrected to markup problems with docs added for recent features.
Modified: django/trunk/docs/ref/databases.txt
===================================================================
--- django/trunk/docs/ref/databases.txt 2010-10-28 12:36:51 UTC (rev 14387)
+++ django/trunk/docs/ref/databases.txt 2010-10-28 12:56:44 UTC (rev 14388)
@@ -84,9 +84,9 @@
.. 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.
Modified: django/trunk/docs/ref/templates/api.txt
===================================================================
--- django/trunk/docs/ref/templates/api.txt 2010-10-28 12:36:51 UTC (rev
14387)
+++ django/trunk/docs/ref/templates/api.txt 2010-10-28 12:56:44 UTC (rev
14388)
@@ -435,8 +435,9 @@
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
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.