index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
forms
/
widgets.txt
Age
Commit message (
Expand
)
Author
2014-08-29
[1.7.x] Fixed #22786 -- Documented value_from_datadict caveat
Claude Paroz
2014-08-18
[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.
Tim Graham
2014-08-04
[1.7.x] Fixed #23169 - Misc docs fixes.
areski
2014-05-16
[1.7.x] Fixed case in form widgets docs
Claude Paroz
2014-02-04
Made some PEP8 fixes in docs/ref/forms/widgets.txt
Tim Graham
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2013-08-28
Fixed #20986 -- Enabled SelectDateWidget to use custom months
Loic Bistuer
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-13
Fixed #20555 -- Make subwidget id attribute available
Matt Johnson
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
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
2013-04-13
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
Baptiste Mispelon
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
2013-02-16
Fixed #19812 - Removed a duplicate phrase in the widget docs.
Tim Graham
2013-01-28
Added HTML5 url input type
Claude Paroz
2013-01-28
Added HTML5 email input type
Claude Paroz
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
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
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 dr...
Tim Graham
2012-09-10
Document and test 'type' usage in Widget attrs
Claude Paroz
2012-09-07
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...
Alex Gaynor
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 render...
Adrian Holovaty
2011-12-07
Made BoundFields iterable, so that you can iterate over individual radio butt...
Adrian Holovaty
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-08-21
Fixed #16602 - Added forms.widgets TOC links to docs; thanks kencochrane.
Timo Graham
2011-08-18
Fixed #16591 -- Fixed some mismatched variable names in a widgets reference e...
Gabriel Hurley
2011-07-09
Fixed #16434 - corrected "django.forms.widgets.extras" to "django.forms.extra...
Timo Graham
2011-06-16
Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier.
Jannis Leidel
2011-02-16
Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent...
Gabriel Hurley
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-23
Fixes #14759 -- document the 'years' argument for SelectDateWidget. Thanks Ba...
Chris Beaven
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-01
Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...
Jannis Leidel
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-06
Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...
Russell Keith-Magee
2009-09-10
Fixed #7437: SelectDateWidget is not documented.
Luke Plant
2009-08-29
Fixed #6674: Documented a couple of widget arguments. Thanks timo.
Karen Tracey
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-03-22
Fixed #8962 -- Consistently support format and input_format in the various (i...
Karen Tracey
2009-02-21
Fixed #10135 -- Added some import statements to docs/ref/forms/fields.txt and...
Adrian Holovaty
[next]