Document that empty formsets display min_num+extra forms
I already read #22628
To me: min_num is an option for validation and extra is an option for presentation
Currently, in an empty formset, you get min_num+extra empty forms, I think it should be max(min_num, extra) instead
Component: |
Uncategorized → Forms
|
Summary: |
Formsets: min_num and extra → Empty formsets should display max(min_num, extra) rather than min_num+extra
|
Type: |
Uncategorized → Cleanup/optimization
|
Component: |
Forms → Documentation
|
Summary: |
Empty formsets should display max(min_num, extra) rather than min_num+extra → Document that empty formsets display min_num+extra forms
|
Triage Stage: |
Unreviewed → Accepted
|
Has patch: |
set
|
Owner: |
changed from nobody to David Smith
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
You should say a little more to strengthen your proposal. For example, what are the ramifications for backwards compatibility? What does the documentation say about this?