#9124 closed (fixed)
SelectDateWidget not usable with required=False
| Reported by: | Bernd Schlapsi | Owned by: | nobody | 
|---|---|---|---|
| Component: | Forms | Version: | 1.0 | 
| Severity: | Keywords: | ||
| 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
At the moment it is not possible to use required=False with SelectDateWidget, because there are no "None"-Values for Day, Month and Year.
It would be great if there is a additional value for Day, Month and Year like "---", "None" or similar
Attachments (1)
Change History (8)
by , 17 years ago
| Attachment: | selectdatewidget.diff added | 
|---|
comment:1 by , 17 years ago
| Has patch: | set | 
|---|
comment:2 by , 17 years ago
I added this requested feature to the patch of #6231 too (filename: ticket_6231_v3.patch)
comment:4 by , 17 years ago
| milestone: | → 1.1 | 
|---|---|
| Triage Stage: | Unreviewed → Accepted | 
comment:5 by , 17 years ago
| Triage Stage: | Accepted → Ready for checkin | 
|---|
comment:6 by , 17 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Patch to add the requested feature for selectdatewidget