#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.