| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-21 | Fixed #12856 -- Documented BoundField API. | Moritz Sichert | |
| 2015-07-15 | Refs #24219 -- Removed inaccurate sentence after move of SelectDateWidget. | Tim Graham | |
| 2015-07-15 | Fixed typo in SelectDateWidget docs. | Tim Graham | |
| 2015-06-11 | Used PEP 8 style indentation in forms docs. | Nick Smith | |
| 2015-06-08 | Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txt | Tim Graham | |
| 2015-05-26 | Fixed typos in docs/ref/forms/widgets.txt | I am Clinton | |
| 2015-05-06 | Fixed #24520 -- Documented Widget.supports_microseconds | wdmgsm | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2015-01-27 | Fixed #24219 -- Moved SelectDateWidget together with the other widgets | Loic Bistuer | |
| and deprecated django.forms.extras. Thanks Berker Peksag and Tim Graham for the reviews. | |||
| 2014-08-29 | Fixed #22786 -- Documented value_from_datadict caveat | Claude Paroz | |
| Thanks blueyed for the report and Tim Graham for the review. | |||
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-18 | Fixed some doc errors that caused syntax highlighting to fail. | Tim Graham | |
| 2014-08-04 | Fixed #23169 - Misc docs fixes. | areski | |
| 2014-06-04 | Fixed #22684 -- Amended SelectDateWidget.empty_label to accept a tuple of ↵ | gyx1000 | |
| values. Thanks danielsamuels for the report | |||
| 2014-05-28 | Fixed #22684 -- Added `empty_label` option on ↵ | Guillaume Pannatier | |
| `django.forms.extras.widets.SelectDateWidget` Thanks danielsamuels for the report | |||
| 2014-04-05 | Fixed case in form widgets docs | Claude Paroz | |
| 2014-03-24 | Removed versionadded/changed annotations for 1.6. | Tim Graham | |
| 2014-03-22 | Fixed #22313 -- Removed 'u' prefixes from documentation | Claude Paroz | |
| 2014-03-22 | Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. | Loic Bistuer | |
| 2014-02-04 | Made some PEP8 fixes in docs/ref/forms/widgets.txt | Tim Graham | |
| Thanks Siecje. | |||
| 2014-01-22 | Don't show `self` in the list of arguments of a method. | Baptiste Mispelon | |
| This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. | |||
| 2013-08-28 | Fixed #20986 -- Enabled SelectDateWidget to use custom months | Loic Bistuer | |
| Reviewed by Trac alias MarkusH. | |||
| 2013-08-19 | Removed versionadded/changed annotations for 1.5 | Tim Graham | |
| 2013-08-13 | Fixed #20555 -- Make subwidget id attribute available | Matt Johnson | |
| In `BoundField.__iter__`, the widget's id attribute is now passed to each subwidget. A new id_for_label property was added to ChoiceInput. | |||
| 2013-07-29 | Misc doc cleanups. | minusf | |
| 2013-07-08 | Fixed #19695 -- Retitle "Form Media" to "Form Assets". | James Bennett | |
| 2013-06-09 | Fixed #20567 - Documented BoundField.id_for_label. | Tim Graham | |
| Thanks littlepig for the suggestion. | |||
| 2013-05-19 | add missing imports to the examples in the 'Forms' | leandrafinger | |
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-13 | Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect | Baptiste Mispelon | |
| I refactored RadioSelect and CheckboxSelectMultiple to make them inherit from a base class, allowing them to share the behavior of being able to iterate over their subwidgets. Thanks to Matt McClanahan for the initial patch and to Claude Paroz for the review. | |||
| 2013-04-13 | Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect | Baptiste Mispelon | |
| 2013-04-13 | Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple | Baptiste Mispelon | |
| 2013-02-23 | Fixed #19686 -- Added HTML5 number input type | Claude Paroz | |
| Thanks Simon Charette for his help on the patch. Refs #16630. | |||
| 2013-02-16 | Fixed #19812 - Removed a duplicate phrase in the widget docs. | Tim Graham | |
| Thanks diegueus9 for the report and itsallvoodoo for the draft patch. | |||
| 2013-01-28 | Added HTML5 url input type | Claude Paroz | |
| Refs #16630. | |||
| 2013-01-28 | Added HTML5 email input type | Claude Paroz | |
| Refs #16630. | |||
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. | |||
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin | |
| 2012-12-26 | Fixed broken links, round 3. refs #19516 | Tim Graham | |
| 2012-11-17 | Fixed #13997 - Added an example of constructing a MultiWidget and documented ↵ | Tim Graham | |
| the value_from_datadict method. | |||
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-15 | Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the ↵ | Tim Graham | |
| draft patch. | |||
| 2012-09-10 | Document and test 'type' usage in Widget attrs | Claude Paroz | |
| Refs #16630. | |||
| 2012-09-07 | Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ↵ | Alex Gaynor | |
| brutasse for the patch. | |||
| 2012-06-19 | Fixed a documentation typo on the widget page. | Tim Saylor | |
| 2012-06-06 | Replaced documentation snippets using "gender" with less sensitive examples. | Jacob Kaplan-Moss | |
| 2011-12-07 | Changed BoundField.subwidgets() to return SubWidget objects instead of ↵ | Adrian Holovaty | |
| rendered strings. This means we can access individual radio buttons' properties in the template (see new docs) git-svn-id: http://code.djangoproject.com/svn/django/trunk@17175 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-07 | Made BoundFields iterable, so that you can iterate over individual radio ↵ | Adrian Holovaty | |
| buttons of a RadioSelect in a template git-svn-id: http://code.djangoproject.com/svn/django/trunk@17173 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-08-21 | Fixed #16602 - Added forms.widgets TOC links to docs; thanks kencochrane. | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@16633 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
