summaryrefslogtreecommitdiff
path: root/docs/ref/forms/widgets.txt
AgeCommit message (Expand)Author
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
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-08-21Fixed #16602 - Added forms.widgets TOC links to docs; thanks kencochrane.Timo Graham
2011-08-18Fixed #16591 -- Fixed some mismatched variable names in a widgets reference e...Gabriel Hurley
2011-07-09Fixed #16434 - corrected "django.forms.widgets.extras" to "django.forms.extra...Timo Graham
2011-06-16Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier.Jannis Leidel
2011-02-16Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...Gabriel Hurley
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-11-23Fixes #14759 -- document the 'years' argument for SelectDateWidget. Thanks Ba...Chris Beaven
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-06Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...Russell Keith-Magee
2009-09-10Fixed #7437: SelectDateWidget is not documented.Luke Plant
2009-08-29Fixed #6674: Documented a couple of widget arguments. Thanks timo.Karen Tracey
2009-04-03Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss
2009-03-22Fixed #8962 -- Consistently support format and input_format in the various (i...Karen Tracey
2009-02-21Fixed #10135 -- Added some import statements to docs/ref/forms/fields.txt and...Adrian Holovaty
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-27Fixed #8518 -- Fixed some markup problems in the widget documentation. Thanks,Malcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss