Author: gabrielhurley
Date: 2010-11-06 18:30:10 -0500 (Sat, 06 Nov 2010)
New Revision: 14479

Modified:
   django/trunk/docs/ref/contrib/staticfiles.txt
   django/trunk/docs/ref/settings.txt
Log:
Fixed #14600 -- Added a versionchanged directive to the 
TEMPLATE_CONTEXT_PROCESSORS setting reference, and added a currentmodule 
directive to the staticfiles docs so that the crossref targets would point to 
the right place even with full paths in the staticfiles docs. Thanks to mathijs 
for the report and suggested text.

Modified: django/trunk/docs/ref/contrib/staticfiles.txt
===================================================================
--- django/trunk/docs/ref/contrib/staticfiles.txt       2010-11-06 17:44:26 UTC 
(rev 14478)
+++ django/trunk/docs/ref/contrib/staticfiles.txt       2010-11-06 23:30:10 UTC 
(rev 14479)
@@ -210,6 +210,8 @@
 This is a debugging aid; it'll show you exactly which static file will be
 collected for a given path.
 
+.. currentmodule:: None
+
 Other Helpers
 =============
 

Modified: django/trunk/docs/ref/settings.txt
===================================================================
--- django/trunk/docs/ref/settings.txt  2010-11-06 17:44:26 UTC (rev 14478)
+++ django/trunk/docs/ref/settings.txt  2010-11-06 23:30:10 UTC (rev 14479)
@@ -1500,7 +1500,7 @@
 of items to be merged into the context.
 
 .. versionchanged:: 1.2
-   ``"django.contrib.messages.context_processors.messages"`` was added to the
+   ``django.contrib.messages.context_processors.messages`` was added to the
    default.  For more information, see the :doc:`messages documentation
    </ref/contrib/messages>`.
 
@@ -1509,6 +1509,12 @@
     ``django.core.context_processors.auth`` to
     ``django.contrib.auth.context_processors.auth``.
 
+.. versionchanged:: 1.3
+    ``django.core.context_processors.media`` was replaced by 
+    :func:`django.contrib.staticfiles.context_processors.staticfiles` in the
+    default. For more information, see the :doc:`staticfiles documentation 
+    </ref/contrib/staticfiles>`.
+
 .. setting:: TEMPLATE_DEBUG
 
 TEMPLATE_DEBUG

-- 
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.

Reply via email to