Opened 10 years ago

Closed 10 years ago

#22522 closed Uncategorized (invalid)

doc error in "Limiting the maximum number of form"

Reported by: daizhan@… Owned by: nobody
Component: Documentation Version: 1.6
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

"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

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.
Back to Top