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
/
django
/
forms
/
widgets.py
Age
Commit message (
Expand
)
Author
2009-05-13
[1.0.X] Fixed #10288 -- Corrected _has_changed handling of DateTimeInput when...
Russell Keith-Magee
2009-04-10
[1.0.X] Fixed #10774: accessing form media types in templates (i.e. ``{{ form...
Jacob Kaplan-Moss
2009-04-01
[1.0.X] Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus,...
Jacob Kaplan-Moss
2008-09-03
Fixed #8828 -- Trimmed some trailing whitespace that might have been causing a
Malcolm Tredinnick
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-08-25
Updated `TimeInput` changes from [8491] to allow time widgets to be used with...
Jacob Kaplan-Moss
2008-08-25
Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they can
Malcolm Tredinnick
2008-08-23
Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default so
Malcolm Tredinnick
2008-08-10
Fixed #8041 -- Modified media rendering to return safe strings. Thanks to Dan...
Russell Keith-Magee
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