index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
forms
/
widgets.py
Age
Commit message (
Expand
)
Author
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-09
Fixed #12048 - MultiWidget does not define `__deepcopy__`
Luke Plant
2010-03-07
Fixed #12858. DateTime related widgets now handle custom formats properly in ...
Joseph Kocherhans
2010-02-23
Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...
Joseph Kocherhans
2010-01-09
Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.
Jannis Leidel
2009-12-30
Fixed #12444 - Date based widgets now correctly handle input values when usin...
Jannis Leidel
2009-04-28
Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...
Russell Keith-Magee
2009-03-22
Fixed #8962 -- Consistently support format and input_format in the various (i...
Karen Tracey
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-08-26
Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.
Malcolm Tredinnick
2008-08-25
Updated `TimeInput` changes from [8491] to allow time widgets to be used with...
Jacob Kaplan-Moss
2008-08-23
Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so
Malcolm Tredinnick
2008-07-19
Fixed #4412 -- Added support for optgroups, both in the model when defining c...
Russell Keith-Magee
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-06-18
Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks to ...
Jacob Kaplan-Moss
2008-06-16
Fixed #7456 -- Removed check of exact IndexError exception text in a unit tes...
Adrian Holovaty
2007-11-29
Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,
Malcolm Tredinnick
2007-11-28
Fixed #5730: Conditionally escape widget contents in newforms to avoid
Malcolm Tredinnick
2007-11-26
Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...
Gary Wilson Jr
2007-10-22
Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,
Malcolm Tredinnick
2007-10-21
Changed the default form presentation of datetime values to not include the
Malcolm Tredinnick
2007-10-20
Changed newforms.CheckboxInput widget to return False as its value when not
Malcolm Tredinnick
2007-09-19
Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...
Jacob Kaplan-Moss