Changeset 5402
- Timestamp:
- 06/01/07 04:38:32 (1 year ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r5379 r5402 395 395 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 396 396 397 If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor s, every398 ``RequestContext`` will contain ``MEDIA_URL``, providing the 397 If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every 398 ``RequestContext`` will contain ``MEDIA_URL``, providing the 399 399 value of the `MEDIA_URL setting`_. 400 400
