index
:
chango.git
devmain
fix-31295
initial-branch
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
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