Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/forms/widgets.txt
Commit message (Expand)AuthorAgeFilesLines
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-13/+9
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-211-0/+10
* Refs #24219 -- Removed inaccurate sentence after move of ...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-021-9/+3
* Fixed #24219 -- Moved SelectDateWidget together with the ...Loic 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 ...Tim Graham2014-08-191-2/+2
* Fixed #23169 - Misc docs fixes.areski2014-08-041-1/+1
* Fixed #22684 -- Amended SelectDateWidget.empty_label to a...gyx10002014-06-041-4/+15
* Fixed #22684 -- Added `empty_label` option on `django.for...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
* Fixed #20684 -- Added support for HTML5 boolean attribute...Loic Bistuer2014-03-221-0/+13
* Made some PEP8 fixes in docs/ref/forms/widgets.txtTim Graham2014-02-041-4/+2
* Don't show `self` in the list of arguments of a method.Baptiste Mispelon2014-01-221-1/+1
* Fixed #20986 -- Enabled SelectDateWidget to use custom mo...Loic Bistuer2013-08-281-0/+17
* Removed versionadded/changed annotations for 1.5Tim Graham2013-08-191-5/+0
* Fixed #20555 -- Make subwidget id attribute availableMatt Johnson2013-08-131-24/+41
* Misc doc cleanups.minusf2013-07-291-4/+3
* Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett2013-07-081-5/+4
* Fixed #20567 - Documented BoundField.id_for_label.Tim Graham2013-06-091-1/+4
* add missing imports to the examples in the 'Forms'leandrafinger2013-05-191-0/+3
* Adapted uses of versionchanged/versionadded to the new form.Juan Catalano2013-04-201-0/+1
* Fixed #4592: Made CheckboxSelectMultiple more like RadioS...Baptiste Mispelon2013-04-131-0/+3
* Fixed #4117: Apply id attribute to the outer <ul> of Radi...Baptiste Mispelon2013-04-131-0/+5
* Fixed #19874: Apply id attribute to the outer <ul> of Che...Baptiste Mispelon2013-04-131-0/+5
* Fixed #19686 -- Added HTML5 number input typeClaude Paroz2013-02-231-0/+13
* Fixed #19812 - Removed a duplicate phrase in the widget d...Tim Graham2013-02-171-9/+4
* Added HTML5 url input typeClaude Paroz2013-01-281-2/+11
* Added HTML5 email input typeClaude Paroz2013-01-281-1/+10
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-6/+6
* Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin2012-12-291-2/+0
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-271-5/+5
* Fixed #13997 - Added an example of constructing a MultiWi...Tim Graham2012-11-171-63/+129
* Fixed #18934 - Removed versionadded/changed annotations f...Tim Graham2012-09-211-7/+0
* Fixed #11185 - Expanded docs on customizing widgets; than...Tim Graham2012-09-151-54/+173
* Document and test 'type' usage in Widget attrsClaude Paroz2012-09-101-5/+6
* Fixed #17888 -- no longer silence exceptions inside of ch...Alex Gaynor2012-09-071-0/+4
* Fixed a documentation typo on the widget page.Tim Saylor2012-06-191-1/+1
* Replaced documentation snippets using "gender" with less ...Jacob Kaplan-Moss2012-06-061-2/+0
* Changed BoundField.subwidgets() to return SubWidget objec...Adrian Holovaty2011-12-081-2/+35
* Made BoundFields iterable, so that you can iterate over i...Adrian Holovaty2011-12-071-1/+36
* Fixed many more ReST indentation errors, somehow accident...Luke Plant2011-10-141-74/+57