Fixed #4423 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
eb29552b20
commit
a3b6e4e7d3
|
@ -394,7 +394,7 @@ See the `internationalization docs`_ for more.
|
||||||
django.core.context_processors.media
|
django.core.context_processors.media
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processors, every
|
If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every
|
||||||
``RequestContext`` will contain ``MEDIA_URL``, providing the
|
``RequestContext`` will contain ``MEDIA_URL``, providing the
|
||||||
value of the `MEDIA_URL setting`_.
|
value of the `MEDIA_URL setting`_.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue