Changeset 7545 for django/trunk
- Timestamp:
- 05/22/08 12:34:02 (6 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
r7480 r7545 1373 1373 ~~~~~~~~~~~~~~~ 1374 1374 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. 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. 1378 1379 1379 1380 ``js``
