Changeset 6462
- Timestamp:
- 10/07/07 11:35:27 (11 months ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r6399 r6462 317 317 return t.render(c) 318 318 319 Note::319 .. note:: 320 320 If you're using Django's ``render_to_response()`` shortcut to populate a 321 321 template with the contents of a dictionary, your template will be passed a
