Ticket #3234: rst_patch.diff
File rst_patch.diff, 4.2 KB (added by , 18 years ago) |
---|
-
generic_views.txt
266 266 the view's template. See the `RequestContext docs`_. 267 267 268 268 * ``template_object_name``: Designates the name of the template variable 269 270 271 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 274 274 list of objects for this year and pass those to the template. If ``True``, … … 360 360 the view's template. See the `RequestContext docs`_. 361 361 362 362 * ``template_object_name``: Designates the name of the template variable 363 364 365 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 368 368 to the value of the ``DEFAULT_CONTENT_TYPE`` setting. … … 441 441 the view's template. See the `RequestContext docs`_. 442 442 443 443 * ``template_object_name``: Designates the name of the template variable 444 445 446 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 449 449 to the value of the ``DEFAULT_CONTENT_TYPE`` setting. … … 526 526 the view's template. See the `RequestContext docs`_. 527 527 528 528 * ``template_object_name``: Designates the name of the template variable 529 530 531 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 534 534 to the value of the ``DEFAULT_CONTENT_TYPE`` setting. … … 710 710 the view's template. See the `RequestContext docs`_. 711 711 712 712 * ``template_object_name``: Designates the name of the template variable 713 714 715 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 718 718 to the value of the ``DEFAULT_CONTENT_TYPE`` setting. … … 973 973 the view's template. See the `RequestContext docs`_. 974 974 975 975 * ``template_object_name``: Designates the name of the template variable 976 976 to use in the template context. By default, this is ``'object'``. 977 977 978 978 **Template name:** 979 979 … … 1054 1054 the view's template. See the `RequestContext docs`_. 1055 1055 1056 1056 * ``template_object_name``: Designates the name of the template variable 1057 1057 to use in the template context. By default, this is ``'object'``. 1058 1058 1059 1059 **Template name:** 1060 1060