Changeset 9434
- Timestamp:
- 11/14/08 02:01:01 (2 months ago)
- Files:
-
- django/trunk/docs/topics/forms/formsets.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/topics/forms/formsets.txt
r8987 r9434 77 77 <tr><th><label for="id_form-0-pub_date">Pub date:</label></th><td><input type="text" name="form-0-pub_date" id="id_form-0-pub_date" /></td></tr> 78 78 79 The default value of ``max_num`` is ``0`` which is the same as saying put no 80 limit on the number formsdisplayed.79 A ``max_num`` value of ``0`` (the default) puts no limit on the number forms 80 displayed. 81 81 82 82 Formset validation
