summaryrefslogtreecommitdiff
path: root/django/forms/widgets.py
AgeCommit message (Expand)Author
2016-09-30[1.10.x] Refs #27186 -- Fixed model form default fallback for CheckboxSelectM...Tim Graham
2016-09-22[1.10.x] Fixed #27186 -- Fixed model form default fallback for MultiWidget, F...Tim Graham
2016-08-24[1.10.x] Fixed #27039 -- Fixed empty data fallback to model field default in ...Tim Graham
2016-08-12[1.10.x] Fixed #27037 -- Prevented required attribute on ClearableFileInput w...Jon Dufresne
2016-08-03[1.10.x] Fixed #27001 -- Fixed a query count regression in ModelChoiceField w...Alex Hill
2016-08-01[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ...Jon Dufresne
2016-06-18[1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with Mod...Tim Graham
2016-04-28Refs #15667 -- Removed choices argument from some RendererMixin methods.Tim Graham
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-02-15Fixed #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2Berker Peksag
2016-02-02Fixed #25731 -- Removed unused choices kwarg for Select.render()jpic
2016-01-25Refs #25731 -- Removed unused MultipleHiddenInput choicesjpic
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-10-19Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_pathClaude Paroz
2015-09-23Fixed #25410 -- Fixed empty ClearableFileInput crash on Python 2.Tim Graham
2015-07-15Fixed #25124 -- Eased customization of SelectDateWidget subwidget.George Brocklehurst
2015-07-14Fixed #25085 -- Overrode Select widget's __deepcopy__()Eric Carrillo
2015-06-11Allowed easier extendability of ChoiceFieldRenderer.TMFGravyHands
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-05-06Fixed #24497 -- Added Widget.supports_microseconds attributewdmgsm
2015-05-04Fixes #24727 -- Prevented ClearableFileInput from masking exceptions on Python 2Antonio Garcia-Dominguez
2015-04-18Removed cases of six.iter* wrapped in a list()Curtis Maloney
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert
2015-03-18Refs #24469 -- Fixed escaping of forms, fields, and media in non-Django templ...Moritz Sichert
2015-03-01Fixed #17401 -- Made SelectDateWidget.render reflect wrong valueClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-27Fixed #24219 -- Moved SelectDateWidget together with the other widgetsLoic Bistuer
2015-01-17Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...Tim Graham
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-10-27Removed some commented code in the forms Media class.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-29Fixed #21201 -- Improved customization of ClearableFileInput.Vlastimil Zíma
2014-07-28Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette
2014-07-05Fixed #22950 -- Eased markup customization for choice field renderingClaude Paroz
2014-05-10Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows
2014-03-21Removed warning for Widget.is_hidden property.Tim Graham
2014-03-21Removed django.forms.widgets.RadioInput per deprecation timeline.Tim Graham
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-01Fixed #22137 -- Made Widget.is_hidden a read-only propertyClaude Paroz
2014-02-27Fixed #22136 -- Updated comment for Textarea widgetClaude Paroz
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-11Fixed #21423 -- Fixed typo in widgets.py.Baptiste Mispelon
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Merge pull request #1848 from rayashmanjr/masterAlex Gaynor
2013-11-02Correct flake8 violation E261Ray Ashman Jr
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fixed up some more flake8 violations (this particular violation still has man...Alex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor