summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-01-22[1.9.x] Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
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
2014-02-04Made some PEP8 fixes in docs/ref/forms/widgets.txtTim Graham
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2013-08-28Fixed #20986 -- Enabled SelectDateWidget to use custom monthsLoic Bistuer
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-13Fixed #20555 -- Make subwidget id attribute availableMatt Johnson
2013-07-29Misc doc cleanups.minusf
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-06-09Fixed #20567 - Documented BoundField.id_for_label.Tim Graham
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
2013-04-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-16Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-11-17Fixed #13997 - Added an example of constructing a MultiWidget and documented ...Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
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-06-19Fixed a documentation typo on the widget page.Tim Saylor
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
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