summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/widgets.py
AgeCommit message (Expand)Author
2007-11-29Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,Malcolm Tredinnick
2007-11-28Fixed #5730: Conditionally escape widget contents in newforms to avoidMalcolm Tredinnick
2007-11-26Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...Gary Wilson Jr
2007-10-22Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,Malcolm Tredinnick
2007-10-21Changed the default form presentation of datetime values to not include theMalcolm Tredinnick
2007-10-20Changed newforms.CheckboxInput widget to return False as its value when notMalcolm Tredinnick
2007-09-19Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...Jacob Kaplan-Moss