Loading docs/model-api.txt +3 −4 Original line number Diff line number Diff line Loading @@ -1372,10 +1372,9 @@ link. Fieldsets with the ``wide`` style will be given extra horizontal space. ``description`` ~~~~~~~~~~~~~~~ A string of optional extra text to be displayed at the top of each fieldset, under the heading of the fieldset. If you want this to include HTML, use ``django.utils.safestring.mark_safe`` so the HTML will not be escaped. A string of optional extra text to be displayed at the top of each fieldset, under the heading of the fieldset. It's used verbatim, so you can use any HTML and you must escape any special HTML characters (such as ampersands) yourself. ``js`` ------ Loading Loading
docs/model-api.txt +3 −4 Original line number Diff line number Diff line Loading @@ -1372,10 +1372,9 @@ link. Fieldsets with the ``wide`` style will be given extra horizontal space. ``description`` ~~~~~~~~~~~~~~~ A string of optional extra text to be displayed at the top of each fieldset, under the heading of the fieldset. If you want this to include HTML, use ``django.utils.safestring.mark_safe`` so the HTML will not be escaped. A string of optional extra text to be displayed at the top of each fieldset, under the heading of the fieldset. It's used verbatim, so you can use any HTML and you must escape any special HTML characters (such as ampersands) yourself. ``js`` ------ Loading