[Django] #22522: doc error in "Limiting the maximum number of form"

3 views
Skip to first unread message

Django

unread,
Apr 26, 2014, 5:35:47 AM4/26/14
to django-...@googlegroups.com
#22522: doc error in "Limiting the maximum number of form"
-------------------------------+--------------------
Reporter: daizhan@… | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 1.6
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
"If the value of max_num is greater than the number of existing objects,
up to extra additional blank forms will be added to the formset, so long
as the total number of forms does not exceed max_num."
the above paragraph has a writing error, "the value of max_num is smaller,
not greater, than the number of existing objects ..."
[https://docs.djangoproject.com/en/1.7/topics/forms/formsets/#limiting-
the-maximum-number-of-forms]

--
Ticket URL: <https://code.djangoproject.com/ticket/22522>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Apr 26, 2014, 7:34:26 AM4/26/14
to django-...@googlegroups.com
#22522: doc error in "Limiting the maximum number of form"
-------------------------------+--------------------------------------
Reporter: daizhan@… | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 1.6
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by timo):

* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0


Comment:

The sentence looks correct to me, i.e. if max_num > existing objects, then
it's safe to add extra forms.

--
Ticket URL: <https://code.djangoproject.com/ticket/22522#comment:1>

Reply all
Reply to author
Forward
0 new messages