Changeset 7546
- Timestamp:
- 05/22/08 14:24:25 (4 months ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r7545 r7546 1373 1373 ~~~~~~~~~~~~~~~ 1374 1374 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. 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. 1379 1378 1380 1379 ``js``
