Django

Code

Show
Ignore:
Timestamp:
05/22/08 12:34:02 (3 months ago)
Author:
lukeplant
Message:

Fixed documentation of 'description' option of Admin.fields to reflect actual behaviour

Files:

Legend:

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

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