#28130 closed Bug (fixed)
Formset validate_min validation ignores unchanged forms
Description (last modified by ) ¶
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)
comment:1 by , 8 years ago
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 |
comment:2 by , 8 years ago
Has patch: | set |
---|
comment:3 by , 8 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR