index
:
django.git
fix-31295
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
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-06-09
Fixed #23049 -- Added %a and %A support to Date.strftime.
sarahboyce
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-15
Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...
David Smith
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-06-03
Fixed documentation of Widget.id_for_label() empty return value.
Swann
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-03-30
Refs #32339 -- Added use_fieldset to Widget.
David
2021-08-27
Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.
David Smith
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-06-04
Refs #32338 -- Improved accessibility of RadioSelect examples in docs.
David Smith
2021-02-01
Fixed typo in docs/ref/forms/widgets.txt.
Brad Solomon
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-12-15
Fixed typo in docs/ref/forms/widgets.txt.
Mariusz Felisiak
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-03-24
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
David Smith
2020-03-14
Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInpu...
David Smith
2020-01-08
Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...
Shubham singh
2020-01-02
Fixed typo in ref/forms/widgets.txt.
Mariusz Felisiak
2019-11-26
Improved custom MultiWidget example in docs.
Adam Johnson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-31
Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.
Daria Kolodzey
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-03-12
Fixed a couple mistakes in docs/ref/forms/widgets.txt.
Daniel Musketa
2018-03-07
Fixed #28655 -- Added more examples for customizing widgets in a form.
Richard Oyudo
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...
Jon Dufresne
2018-01-18
Removed unnecessary microsecond truncation in SplitDateTimeWidget.
Jon Dufresne
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #15667 -- Removed support for Widget.render() methods without the render...
Tim Graham
2017-04-14
Double quoted HTML attributes in widget docs
Claude Paroz
2017-03-31
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-21
Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.
Tim Graham
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2017-03-15
Fixed #27918 -- Documented ChoiceWidget.option_template_name
Pavel Kulikov
2017-02-07
Fixed #5851 -- Allowed specifying different HTML attrs for SplitDateTimeWidge...
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
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
[next]