Changeset 6833 for django/trunk/docs/generic_views.txt
- Timestamp:
- 12/02/07 09:43:35 (1 year ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r6410 r6833 189 189 objects are available. If this is ``False`` and no objects are available, 190 190 the view will raise a 404 instead of displaying an empty page. By 191 default, this is `` False``.191 default, this is ``True``. 192 192 193 193 * ``context_processors``: A list of template-context processors to apply to … … 719 719 objects are available. If this is ``False`` and no objects are available, 720 720 the view will raise a 404 instead of displaying an empty page. By 721 default, this is `` False``.721 default, this is ``True``. 722 722 723 723 * ``context_processors``: A list of template-context processors to apply to
