Opened 18 years ago
Closed 15 years ago
#6534 closed (wontfix)
Add min_choices and max_choices
| Reported by: | David Cramer | Owned by: | nobody |
|---|---|---|---|
| Component: | Forms | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | egmanoj@… | Triage Stage: | Design decision needed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Widgets such as MultipleChoiceField should have options for minimum and maximum (required) choices to be selected.
Change History (3)
comment:1 by , 18 years ago
| Cc: | added |
|---|
comment:2 by , 18 years ago
| Triage Stage: | Unreviewed → Design decision needed |
|---|
Note:
See TracTickets
for help on using tickets.
Probably not worth it. It's pretty easy to add a custom clean method in the odd case when this is needed. So I'm -0. Any other maintainer have an opinion?