Ticket #13103: ticket-13103-01.diff

File ticket-13103-01.diff, 1.7 KB (added by Tay Ray Chuan, 14 years ago)
  • docs/ref/contrib/admin/index.txt

    diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
    index 649ddc2..04f6c59 100644
    a b By default, the admin changelist will display it  
    713713
    714714.. attribute:: ModelAdmin.change_list_template
    715715
    716 Path to a custom template that will be used by the model objects "change list"
     716Path to a custom template that will be used by the model object's "change list"
    717717view. Templates can override or extend base admin templates as described in
    718718`Overriding Admin Templates`_.
    719719
    that provides the standard appearance is used.  
    724724
    725725.. versionadded:: 1.2
    726726
    727 Path to a custom template that will be used by the model object creation
     727Path to a custom template that will be used by the model object's creation
    728728views. Templates can override or extend base admin templates as described in
    729729`Overriding Admin Templates`_.
    730730
    that provides the standard appearance is used.  
    733733
    734734.. attribute:: ModelAdmin.change_form_template
    735735
    736 Path to a custom template that will be used by the model object change views.
     736Path to a custom template that will be used by the model object's change views.
    737737Templates can override or extend base admin templates as described in
    738738`Overriding Admin Templates`_.
    739739
    that provides the standard appearance is used.  
    742742
    743743.. attribute:: ModelAdmin.object_history_template
    744744
    745 Path to a custom template that will be used by the model object change history
     745Path to a custom template that will be used by the model object's change history
    746746display view. Templates can override or extend base admin templates as
    747747described in `Overriding Admin Templates`_.
    748748
Back to Top