Opened 8 years ago
Last modified 8 years ago
#28130 closed Bug
Formset validate_min validation does not work on existing forms — at Initial Version
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
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.
Note:
See TracTickets
for help on using tickets.