summaryrefslogtreecommitdiff
path: root/django/forms/widgets.py
AgeCommit message (Expand)Author
2012-12-31[1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-11-05[1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline contentClaude Paroz
2012-10-26[1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputsClaude Paroz
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...Alex Gaynor
2012-08-18Fixed #18791: [py3] Double import of six in django.forms.widgetsAlexey Boriskin
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-08-06Fixed #15754 -- avoid recursively computing the tree of media widgets more ti...Alex Gaynor
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-07-22[py3] Used six.with_metaclass wherever necessary.Aymeric Augustin
2012-07-06Fixed #18572 - Python26 string format incompatibilityLuke Plant
2012-07-03Changed a lot of internal code to use 'format_html' where appropriate/possibleLuke Plant
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-29Fixed #17976 -- Made forms.BooleanField pickleable.Aymeric Augustin
2012-02-05Fixed #17493 -- Made `Widget.id_for_label()` consistently be an instance method.Julien Phalip
2011-12-07Changed BoundField.subwidgets() to return SubWidget objects instead of render...Adrian Holovaty
2011-12-07Made BoundFields iterable, so that you can iterate over individual radio butt...Adrian Holovaty
2011-11-21Fixed #17114 -- Handled integer values 0 and 1 for checkboxes like other inte...Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-12Fixed #17190 -- Ensured that the `NullBooleanSelect` widget's options get laz...Julien Phalip
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-10-17Remove several more relative imports.Alex Gaynor
2011-09-18Fixes #8103 -- Select widget should only allow for one selected optionChris Beaven
2011-06-26Fixed #16272 -- Removed stale format class attributes of date-related widgets...Jannis Leidel
2011-06-10More removal of poorly legible constructs to workaround Python 2.4 shortcomings.Ramiro Morales
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-02-09Fixed #15182 - Fixed a security issue with ClearableFileInput. Disclosure and...Carl Meyer
2011-02-05Fixed #14984 -- Ensure that ClearableFileInput produces XHTML Strict output. ...Russell Keith-Magee
2010-12-12Fixed #14158 -- Fixed SelectMultiple._has_changed to not assume same order of...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-08-14Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...Russell Keith-Magee
2010-08-06Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...Russell Keith-Magee
2010-08-05Fixed #13621 -- Corrected the handling of input formats on date/time form fie...Russell Keith-Magee
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