Django

Code

Changeset 7546

Show
Ignore:
Timestamp:
05/22/08 14:24:25 (4 months ago)
Author:
lukeplant
Message:

Reverted mistaken r7545

r7545 was a mistake due to not accounting for r7078
Thanks Ramiro Morales for catching this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r7545 r7546  
    13731373~~~~~~~~~~~~~~~ 
    13741374 
    1375 A string of optional extra text to be displayed at the top of each 
    1376 fieldset, under the heading of the fieldset. If you want this to 
    1377 include HTML, use ``django.utils.safestring.mark_safe`` so the HTML 
    1378 will not be escaped. 
     1375A string of optional extra text to be displayed at the top of each fieldset, 
     1376under the heading of the fieldset. It's used verbatim, so you can use any HTML 
     1377and you must escape any special HTML characters (such as ampersands) yourself. 
    13791378 
    13801379``js``