Changeset 7223
- Timestamp:
- 03/11/08 01:49:36 (9 months ago)
- Files:
-
- django/trunk/docs/modelforms.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/modelforms.txt
r7222 r7223 249 249 3. Use the ``exclude`` attribute of the ``ModelForm``'s inner ``Meta`` 250 250 class. This attribute, if given, should be a list of field names 251 to exclude the form.251 to exclude from the form. 252 252 253 253 For example, if you want a form for the ``Author`` model (defined
