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
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26533 -- Removed support for Widget._format_value() per deprecation tim...
Tim Graham
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-10-26
Fixed #27299 -- Documented the Widget.use_required_attribute() method.
Jon Dufresne
2016-09-30
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-08-04
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-08-01
Fixed #26927 -- Made subwidget iteration pass disabled and required attributes.
Jon Dufresne
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-07
Refs #8898 -- Documented requirement to use SplitDateTimeField with SplitDate...
Tim Graham
2016-04-23
Fixed #26533 -- Renamed Widget._format_value() to format_value().
Tim Graham
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-03-19
Fixed #26265 -- Clarified RadioSelect container's HTML id.
Tim Graham
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
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
2014-08-29
Fixed #22786 -- Documented value_from_datadict caveat
Claude Paroz
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 val...
gyx1000
2014-05-28
Fixed #22684 -- Added `empty_label` option on `django.forms.extras.widets.Sel...
Guillaume Pannatier
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
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
[prev]
[next]