Skip to content

Commit

Permalink
Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Nov 14, 2008
1 parent 599852d commit 26fabdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/topics/forms/formsets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ force the maximum number of forms the formset will display::
<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>
<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>

The default value of ``max_num`` is ``0`` which is the same as saying put no
limit on the number forms displayed.
A ``max_num`` value of ``0`` (the default) puts no limit on the number forms
displayed.

Formset validation
------------------
Expand Down

0 comments on commit 26fabdb

Please sign in to comment.