#9124 closed (fixed)
SelectDateWidget not usable with required=False
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
Change History (8)
by , 17 years ago
Attachment: | selectdatewidget.diff added |
---|
comment:1 by , 17 years ago
Has patch: | set |
---|
comment:2 by , 16 years ago
I added this requested feature to the patch of #6231 too (filename: ticket_6231_v3.patch)
comment:4 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:5 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to add the requested feature for selectdatewidget