Opened 7 years ago

Last modified 7 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 Tim Graham)

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 Tim Graham, 7 years ago

Description: modified (diff)
Severity: NormalRelease blocker
Summary: Formset validate_min validation does not work on existing formsFormset validate_min validation ignores unchanged forms
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top