Changeset 5816
- Timestamp:
- 08/06/07 00:33:18 (1 year ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r5803 r5816 624 624 form. It's useful for documentation even if your object doesn't have an 625 625 admin form. 626 627 Note that this value is *not* HTML-escaped when it's displayed in the admin 628 interface. This lets you include HTML in ``help_text`` if you so desire. For 629 example:: 630 631 help_text="Please use the following format: <em>YYYY-MM-DD</em>." 626 632 627 633 ``primary_key``
