Ticket #3234: rst_patch.diff

File rst_patch.diff, 4.2 KB (added by paolo <paolo@…>, 18 years ago)
  • generic_views.txt

     
    266266      the view's template. See the `RequestContext docs`_.
    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
    274274      list of objects for this year and pass those to the template. If ``True``,
     
    360360      the view's template. See the `RequestContext docs`_.
    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
    368368      to the value of the ``DEFAULT_CONTENT_TYPE`` setting.
     
    441441      the view's template. See the `RequestContext docs`_.
    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
    449449      to the value of the ``DEFAULT_CONTENT_TYPE`` setting.
     
    526526      the view's template. See the `RequestContext docs`_.
    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
    534534      to the value of the ``DEFAULT_CONTENT_TYPE`` setting.
     
    710710      the view's template. See the `RequestContext docs`_.
    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
    718718      to the value of the ``DEFAULT_CONTENT_TYPE`` setting.
     
    973973      the view's template. See the `RequestContext docs`_.
    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:**
    979979
     
    10541054      the view's template. See the `RequestContext docs`_.
    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:**
    10601060
Back to Top