From ded416bc7e0d69cdb63261c74a2430a81da5d3bb Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Thu, 28 Oct 2010 12:56:44 +0000 Subject: 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 --- docs/ref/templates/api.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/ref/templates') diff --git a/docs/ref/templates/api.txt b/docs/ref/templates/api.txt index 4589084ac2..4bb61b80b7 100644 --- a/docs/ref/templates/api.txt +++ b/docs/ref/templates/api.txt @@ -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 -- cgit v1.3