summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/widgets.py
AgeCommit message (Expand)Author
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-03-09Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-07Fixed #12858. DateTime related widgets now handle custom formats properly in ...Joseph Kocherhans
2010-02-23Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...Joseph Kocherhans
2010-01-09Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-04-28Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...Russell Keith-Magee
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner
2008-08-26Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.Malcolm Tredinnick
2008-08-25Updated `TimeInput` changes from [8491] to allow time widgets to be used with...Jacob Kaplan-Moss
2008-08-23Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default soMalcolm Tredinnick
2008-07-19Fixed #4412 -- Added support for optgroups, both in the model when defining c...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-18Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...Jacob Kaplan-Moss
2008-06-16Fixed #7456 -- Removed check of exact IndexError exception text in a unit tes...Adrian Holovaty
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