Changeset 5412
- Timestamp:
- 06/01/07 12:03:14 (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
r5402 r5412 396 396 397 397 If ``TEMPLATE_CONTEXT_PROCESSORS`` contains this processor, every 398 ``RequestContext`` will contain ``MEDIA_URL``,providing the398 ``RequestContext`` will contain a variable ``MEDIA_URL``, providing the 399 399 value of the `MEDIA_URL setting`_. 400 400
