summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
AgeCommit message (Expand)Author
2018-03-12Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa
2018-03-07Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne
2018-01-18Removed unnecessary microsecond truncation in SplitDateTimeWidget.Jon Dufresne
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #15667 -- Removed support for Widget.render() methods without the render...Tim Graham
2017-04-14Double quoted HTML attributes in widget docsClaude Paroz
2017-03-31Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-21Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-03-15Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov
2017-02-07Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...Mariusz Felisiak
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #26533 -- Removed support for Widget._format_value() per deprecation tim...Tim Graham
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-10-26Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne
2016-09-30Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham
2016-09-22Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham
2016-08-04Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.Jon Dufresne
2016-08-01Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.Jon Dufresne
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-07Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...Tim Graham
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-03-19Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-21Fixed #12856 -- Documented BoundField API.Moritz Sichert
2015-07-15Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget.Tim Graham
2015-07-15Fixed typo in SelectDateWidget docs.Tim Graham
2015-06-11Used PEP 8 style indentation in forms docs.Nick Smith
2015-06-08Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham
2015-05-26Fixed typos in docs/ref/forms/widgets.txtI am Clinton
2015-05-06Fixed #24520 -- Documented Widget.supports_microsecondswdmgsm
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-27Fixed #24219 -- Moved SelectDateWidget together with the other widgetsLoic Bistuer
2014-08-29Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz
2014-08-19Removed unnecessary code-block directives.areski
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-04Fixed #23169 - Misc docs fixes.areski
2014-06-04Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...gyx1000
2014-05-28Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier
2014-04-05Fixed case in form widgets docsClaude Paroz
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-22Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.Loic Bistuer