summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 2.0.Tim Graham2018-05-171-2/+0
* Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa2018-03-121-4/+3
* Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo2018-03-071-0/+19
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-17/+17
* Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne2018-01-201-1/+1
* Removed unnecessary microsecond truncation in SplitDateTimeWidget.Jon Dufresne2018-01-181-1/+1
* Removed versionadded/changed annotations for 1.11.Tim Graham2017-09-221-2/+0
* Refs #15667 -- Removed support for Widget.render() methods without the render...Tim Graham2017-09-221-5/+0
* Double quoted HTML attributes in widget docsClaude Paroz2017-04-141-13/+13
* Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm2017-03-311-5/+6
* Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham2017-03-211-2/+2
* Removed self from method signatures in docs.Alasdair Nicol2017-03-161-1/+1
* Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov2017-03-151-0/+13
* Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...Mariusz Felisiak2017-02-071-1/+11
* Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand2017-01-251-1/+1
* Removed versionadded/changed annotations for 1.10.Tim Graham2017-01-171-4/+0
* Refs #26533 -- Removed support for Widget._format_value() per deprecation tim...Tim Graham2017-01-171-5/+0
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-60/+96
* Fixed #27299 -- Documented the Widget.use_required_attribute() method.Jon Dufresne2016-10-261-0/+23
* Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.Tim Graham2016-09-301-4/+5
* Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham2016-09-221-0/+15
* Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.Jon Dufresne2016-08-041-0/+4
* Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.Jon Dufresne2016-08-011-2/+4
* Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson2016-06-031-2/+5
* Removed versionadded/changed annotations for 1.9.Tim Graham2016-05-201-11/+0
* Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...Tim Graham2016-05-071-1/+2
* Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham2016-04-231-0/+11
* Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne2016-04-211-15/+15
* Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham2016-03-191-4/+4
* Fixed #26124 -- Added missing code formatting to docs headers.rowanv2016-02-011-2/+2
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-221-19/+22
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-231-13/+9
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-211-0/+10
* Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget.Tim Graham2015-07-151-2/+1
* Fixed typo in SelectDateWidget docs.Tim Graham2015-07-151-1/+1
* Used PEP 8 style indentation in forms docs.Nick Smith2015-06-111-5/+10
* Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham2015-06-081-2/+5
* Fixed typos in docs/ref/forms/widgets.txtI am Clinton2015-05-261-2/+2
* Fixed #24520 -- Documented Widget.supports_microsecondswdmgsm2015-05-061-0/+17
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-011-9/+3
* Fixed #24219 -- Moved SelectDateWidget together with the other widgetsLoic Bistuer2015-01-271-6/+9
* Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz2014-08-291-1/+6
* Removed unnecessary code-block directives.areski2014-08-191-4/+2
* Fixed some doc errors that caused syntax highlighting to fail.Tim Graham2014-08-181-2/+2
* Fixed #23169 - Misc docs fixes.areski2014-08-041-1/+1
* Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of val...gyx10002014-06-041-4/+15
* Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...Guillaume Pannatier2014-05-281-0/+12
* Fixed case in form widgets docsClaude Paroz2014-04-051-1/+1
* Removed versionadded/changed annotations for 1.6.Tim Graham2014-03-241-14/+4
* Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz2014-03-221-2/+2