Opened 15 years ago

Closed 15 years ago

#11813 closed (duplicate)

Formset with select widget and extra fields won't validate

Reported by: Afief Owned by: nobody
Component: Forms Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since a select field passes the first choice as it's default value(instead of None or ) a django formset with extra fields will interpret that form as partially filled and raise an error on any other required fields that aren't filled.

The workaround I'm currently using is to set initial=(first choice) for that field

Change History (1)

comment:1 by Tim Graham, 15 years ago

Resolution: duplicate
Status: newclosed

dup of #11812 (submitted twice)

Note: See TracTickets for help on using tickets.
Back to Top