Formset validate_min validation ignores unchanged forms
The formset validation is changed because of ticket #26844.
However, the fix for the empty forms breaks the validate_min
validation for formset with existing unchanged form data in Django 1.11.
It counts unchanged existing forms as 'empty' form because they are not changed, but they should not be counted as empty.
Change History
(5)
Description: |
modified (diff)
|
Severity: |
Normal → Release blocker
|
Summary: |
Formset validate_min validation does not work on existing forms → Formset validate_min validation ignores unchanged forms
|
Triage Stage: |
Unreviewed → Accepted
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
PR