Opened 8 years ago
Last modified 8 years ago
#28130 closed Bug
Formset validate_min validation ignores unchanged forms — at Version 1
Reported by: | Jim Ouwerkerk | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | 1.11 |
Severity: | Release blocker | Keywords: | formsets |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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 (1)
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 |
Note:
See TracTickets
for help on using tickets.