Ticket #9531: max_num0.diff
File max_num0.diff, 768 bytes (added by , 16 years ago) |
---|
-
docs/topics/forms/formsets.txt
76 76 <tr><th><label for="id_form-0-title">Title:</label></th><td><input type="text" name="form-0-title" id="id_form-0-title" /></td></tr> 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 forms displayed.79 A ``max_num`` of ``0`` puts no limit on the number of forms displayed. This 80 is the default. 81 81 82 82 Formset validation 83 83 ------------------