Changeset 8122
- Timestamp:
- 07/27/08 18:23:49 (5 months ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r8074 r8122 113 113 (e.g. ``<input type="text">``, ``<select>``). 114 114 * The minimal validation requirements, used in Django's admin and in 115 manipulators.115 automatically-generated forms. 116 116 117 117 Here are all available field types: … … 642 642 ~~~~~~~~~~~~ 643 643 644 If ``False``, the field will not be editable in the admin or via form 645 processing using the object's ``AddManipulator`` or ``ChangeManipulator`` 646 classes. Default is ``True``. 644 If ``False``, the field will not be editable in the admin or via forms 645 automatically generated from the model class. Default is ``True``. 647 646 648 647 ``help_text``
