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
2012-07-06
Fixed #18572 - Python26 string format incompatibility
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-29
Fixed #17976 -- Made forms.BooleanField pickleable.
Aymeric Augustin
2012-02-05
Fixed #17493 -- Made `Widget.id_for_label()` consistently be an instance method.
Julien Phalip
2011-12-07
Changed BoundField.subwidgets() to return SubWidget objects instead of render...
Adrian Holovaty
2011-12-07
Made BoundFields iterable, so that you can iterate over individual radio butt...
Adrian Holovaty
2011-11-21
Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-11-12
Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get laz...
Julien Phalip
2011-10-18
Remove comments referencing encryption. Django doesn't do encryption.
Paul McMillan
2011-10-17
Remove several more relative imports.
Alex Gaynor
2011-09-18
Fixes #8103 -- Select widget should only allow for one selected option
Chris Beaven
2011-06-26
Fixed #16272 -- Removed stale format class attributes of date-related widgets...
Jannis Leidel
2011-06-10
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-02-09
Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and...
Carl Meyer
2011-02-05
Fixed #14984 -- Ensure that ClearableFileInput produces XHTML Strict output. ...
Russell Keith-Magee
2010-12-12
Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-08-14
Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...
Russell Keith-Magee
2010-08-06
Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...
Russell Keith-Magee
2010-08-05
Fixed #13621 -- Corrected the handling of input formats on date/time form fie...
Russell Keith-Magee
2010-05-21
Fixed #13560 -- Fixed localization of widgets.
Jannis Leidel
2010-04-28
Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutw...
Russell Keith-Magee
2010-03-27
Fixed #13032 - Added localize parameter to form fields to be able to selecti...
Jannis Leidel
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-03-03
Expanded the fix in [12663] to cover CSS declarations, which were also affect...
James Bennett
2010-03-03
Fixed #12879: Declaring the same JS file multiple times in a single Media ins...
James Bennett
2010-02-23
Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...
Joseph Kocherhans
2010-02-23
Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...
Joseph Kocherhans
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-09
Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...
Jannis Leidel
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-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-12-17
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...
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
[prev]
[next]