Author: mtredinnick Date: 2007-06-01 04:38:32 -0500 (Fri, 01 Jun 2007) New Revision: 5402
Modified: django/trunk/docs/templates_python.txt Log: Fixed #4423 -- Typo fix. Modified: django/trunk/docs/templates_python.txt =================================================================== --- django/trunk/docs/templates_python.txt 2007-06-01 09:35:29 UTC (rev 5401) +++ django/trunk/docs/templates_python.txt 2007-06-01 09:38:32 UTC (rev 5402) @@ -394,8 +394,8 @@ django.core.context_processors.media ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processors, every -``RequestContext`` will contain ``MEDIA_URL``, providing the +If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every +``RequestContext`` will contain ``MEDIA_URL``, providing the value of the `MEDIA_URL setting`_. .. _MEDIA_URL setting: ../settings/#media-url --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
