Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#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)

selectdatewidget.diff (7.7 KB ) - added by Bernd Schlapsi 16 years ago.
Patch to add the requested feature for selectdatewidget

Download all attachments as: .zip

Change History (8)

by Bernd Schlapsi, 16 years ago

Attachment: selectdatewidget.diff added

Patch to add the requested feature for selectdatewidget

comment:1 by Bernd, 16 years ago

Has patch: set

comment:2 by Bernd Schlapsi, 15 years ago

I added this requested feature to the patch of #6231 too (filename: ticket_6231_v3.patch)

comment:3 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

comment:4 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:5 by Jacob, 15 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

(In [10585]) [1.0.X] Fixed #9124: fixed SelectDateWidget with required=False. Thanks, Bernd Schlapsi. Backport of [10584] from trunk.

comment:7 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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