Changeset 4396
- Timestamp:
- 01/22/07 20:13:25 (2 years ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r4208 r4396 267 267 268 268 * ``template_object_name``: Designates the name of the template variable 269 to use in the template context. By default, this is ``'object'``. The270 view will append ``'_list'`` to the value of this parameter in271 determining the variable's name.269 to use in the template context. By default, this is ``'object'``. The 270 view will append ``'_list'`` to the value of this parameter in 271 determining the variable's name. 272 272 273 273 * ``make_object_list``: A boolean specifying whether to retrieve the full … … 361 361 362 362 * ``template_object_name``: Designates the name of the template variable 363 to use in the template context. By default, this is ``'object'``. The364 view will append ``'_list'`` to the value of this parameter in365 determining the variable's name.363 to use in the template context. By default, this is ``'object'``. The 364 view will append ``'_list'`` to the value of this parameter in 365 determining the variable's name. 366 366 367 367 * ``mimetype``: The MIME type to use for the resulting document. Defaults … … 442 442 443 443 * ``template_object_name``: Designates the name of the template variable 444 to use in the template context. By default, this is ``'object'``. The445 view will append ``'_list'`` to the value of this parameter in446 determining the variable's name.444 to use in the template context. By default, this is ``'object'``. The 445 view will append ``'_list'`` to the value of this parameter in 446 determining the variable's name. 447 447 448 448 * ``mimetype``: The MIME type to use for the resulting document. Defaults … … 527 527 528 528 * ``template_object_name``: Designates the name of the template variable 529 to use in the template context. By default, this is ``'object'``. The530 view will append ``'_list'`` to the value of this parameter in531 determining the variable's name.529 to use in the template context. By default, this is ``'object'``. The 530 view will append ``'_list'`` to the value of this parameter in 531 determining the variable's name. 532 532 533 533 * ``mimetype``: The MIME type to use for the resulting document. Defaults … … 711 711 712 712 * ``template_object_name``: Designates the name of the template variable 713 to use in the template context. By default, this is ``'object'``. The714 view will append ``'_list'`` to the value of this parameter in715 determining the variable's name.713 to use in the template context. By default, this is ``'object'``. The 714 view will append ``'_list'`` to the value of this parameter in 715 determining the variable's name. 716 716 717 717 * ``mimetype``: The MIME type to use for the resulting document. Defaults … … 974 974 975 975 * ``template_object_name``: Designates the name of the template variable 976 to use in the template context. By default, this is ``'object'``.976 to use in the template context. By default, this is ``'object'``. 977 977 978 978 **Template name:** … … 1055 1055 1056 1056 * ``template_object_name``: Designates the name of the template variable 1057 to use in the template context. By default, this is ``'object'``.1057 to use in the template context. By default, this is ``'object'``. 1058 1058 1059 1059 **Template name:**
