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
2010-04-30
[1.1.X] Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks...
Russell Keith-Magee
2010-03-09
[1.1.X] Fixed #12048 - MultiWidget does not define `__deepcopy__`
Luke Plant
2010-03-07
[1.1.X] Fixed #12858. DateTime related widgets now handle custom formats prop...
Joseph Kocherhans
2010-03-03
[1.1.X] Expanded the fix in [12663] to cover CSS declarations, which were als...
James Bennett
2010-03-03
[1.1.X] Fixed #12879: Declaring the same JS file multiple times in a single M...
James Bennett
2010-02-26
[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...
Karen Tracey
2010-02-23
[1.1.X] Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input...
Joseph Kocherhans
2010-02-23
[1.1.X] Fixed #11860. Changed NullBooleanSelect's _has_changed method to repe...
Joseph Kocherhans
2010-01-17
[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to Dav...
Jannis Leidel
2010-01-17
[1.1.X] Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris B...
Jannis Leidel
2009-12-17
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...
Jacob Kaplan-Moss
2009-09-11
Fixed Widget.__init__() for Python 2.6 and greater. Refs #11703
Luke Plant
2009-09-10
Fixed #11703: Added missing Super calls to 2 widget classes.
Luke Plant
2009-04-28
Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...
Russell Keith-Magee
2009-04-10
Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...
Jacob Kaplan-Moss
2009-04-01
Fixed a bug introduced by [10316].
Jacob Kaplan-Moss
2009-04-01
Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ...
Jacob Kaplan-Moss
2009-03-22
Fixed #8962 -- Consistently support format and input_format in the various (i...
Karen Tracey
2008-10-05
Fixed #9294 -- Removed a (harmless) double conversion to unicode in one form
Malcolm Tredinnick
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