Changeset 3953
- Timestamp:
- 10/30/06 14:57:35 (2 years ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r3950 r3953 98 98 context. By default, this is an empty dictionary. If a value in the 99 99 dictionary is callable, the generic view will call it 100 just before rendering the template. 100 just before rendering the template. (**This is new in the 101 Django development version.**) 101 102 102 103 **Example:**
