summaryrefslogtreecommitdiff
path: root/django/forms/widgets.py
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-05-21Fixed #13560 -- Fixed localization of widgets.Jannis Leidel
2010-04-28Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutw...Russell Keith-Magee
2010-03-27Fixed #13032 - Added localize parameter to form fields to be able to selecti...Jannis Leidel
2010-03-09Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-03-07Fixed #12858. DateTime related widgets now handle custom formats properly in ...Joseph Kocherhans
2010-03-03Expanded the fix in [12663] to cover CSS declarations, which were also affect...James Bennett
2010-03-03Fixed #12879: Declaring the same JS file multiple times in a single Media ins...James Bennett
2010-02-23Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings...Joseph Kocherhans
2010-02-23Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe...Joseph Kocherhans
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-09Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gould...Jannis Leidel
2010-01-09Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.Jannis Leidel
2009-12-30Fixed #12444 - Date based widgets now correctly handle input values when usin...Jannis Leidel
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...Jannis Leidel
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-09-11Fixed Widget.__init__() for Python 2.6 and greater. Refs #11703Luke Plant
2009-09-10Fixed #11703: Added missing Super calls to 2 widget classes.Luke Plant
2009-04-28Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, ...Russell Keith-Magee
2009-04-10Fixed #10774: accessing form media types in templates (i.e. ``{{ form.media.j...Jacob Kaplan-Moss
2009-04-01Fixed a bug introduced by [10316].Jacob Kaplan-Moss
2009-04-01Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now ...Jacob Kaplan-Moss
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2008-10-05Fixed #9294 -- Removed a (harmless) double conversion to unicode in one formMalcolm Tredinnick
2008-09-03Fixed #8828 -- Trimmed some trailing whitespace that might have been causing aMalcolm Tredinnick
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner
2008-08-25Updated `TimeInput` changes from [8491] to allow time widgets to be used with...Jacob Kaplan-Moss
2008-08-25Fixed #7195 -- Fixed the validation of MultipleChoice fields so that they canMalcolm Tredinnick
2008-08-23Fixed #7499 -- Trim microseconds off rendering of form.TimeFields by default soMalcolm Tredinnick
2008-08-10Fixed #8041 -- Modified media rendering to return safe strings. Thanks to Dan...Russell Keith-Magee
2008-07-19Fixed #4412 -- Added support for optgroups, both in the model when defining c...Russell Keith-Magee
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss