Django

Code

Changeset 4396

Show
Ignore:
Timestamp:
01/22/07 20:13:25 (2 years ago)
Author:
adrian
Message:

Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paolo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/generic_views.txt

    r4208 r4396  
    267267 
    268268    * ``template_object_name``:  Designates the name of the template variable 
    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. 
     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. 
    272272 
    273273    * ``make_object_list``: A boolean specifying whether to retrieve the full 
     
    361361 
    362362    * ``template_object_name``:  Designates the name of the template variable 
    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. 
     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. 
    366366 
    367367    * ``mimetype``: The MIME type to use for the resulting document. Defaults 
     
    442442 
    443443    * ``template_object_name``:  Designates the name of the template variable 
    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. 
     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. 
    447447 
    448448    * ``mimetype``: The MIME type to use for the resulting document. Defaults 
     
    527527 
    528528    * ``template_object_name``:  Designates the name of the template variable 
    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. 
     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. 
    532532 
    533533    * ``mimetype``: The MIME type to use for the resulting document. Defaults 
     
    711711 
    712712    * ``template_object_name``:  Designates the name of the template variable 
    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. 
     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. 
    716716 
    717717    * ``mimetype``: The MIME type to use for the resulting document. Defaults 
     
    974974 
    975975    * ``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'``. 
    977977 
    978978**Template name:** 
     
    10551055 
    10561056    * ``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'``. 
    10581058 
    10591059**Template name:**