Ticket #9531: max_num0.diff

File max_num0.diff, 768 bytes (added by Gabriel Farrell, 15 years ago)
  • docs/topics/forms/formsets.txt

     
    7676    <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>
    7777    <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>
    7878
    79 The default value of ``max_num`` is ``0`` which is the same as saying put no
    80 limit on the number forms displayed.
     79A ``max_num`` of ``0`` puts no limit on the number of forms displayed. This
     80is the default.
    8181
    8282Formset validation
    8383------------------
Back to Top