diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-06-04 16:12:35 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-06-04 16:12:35 +0000 |
| commit | fe8c54a62a43b08b10ba343603d2b80e54d320b9 (patch) | |
| tree | 625342d42b88fe4a20d11e80a38dfaf1b261a0f2 /docs/templates_python.txt | |
| parent | 4365d6d086efaf8e8fe2a060be869c3313a356b5 (diff) | |
boulder-oracle-sprint: Merged to [5421]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index aaf109b659..f3e2f2c64b 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -394,8 +394,8 @@ See the `internationalization docs`_ for more. 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 a variable ``MEDIA_URL``, providing the value of the `MEDIA_URL setting`_. .. _MEDIA_URL setting: ../settings/#media-url |
