| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-29 | Fixed #37194 -- Removed redundant choice widget documentation. | maheen8q | |
| The removed section primarily provided usage examples and recommendations rather than documenting the widget API. The interaction between a choice field and its widget is already documented in the Select.choices reference. | |||
| 2026-07-24 | Fixed minor typos and grammatical errors in docs and docstrings. | Jacob Walls | |
| Thanks to these people for pointing these out: * Hojeong Park * Natalia Bidart * Sulav Raj Bista | |||
| 2026-04-13 | Fixed #33113 -- Documented usage and caveats of HTML5 date input in ↵ | Samriddha9619 | |
| DateInput widget. | |||
| 2025-09-17 | Removed versionadded/changed annotations for 5.2. | Jacob Walls | |
| 2025-08-25 | Refs #36485 -- Rewrapped docs to 79 columns line length. | David Smith | |
| Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content. | |||
| 2025-08-25 | Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ↵ | David Smith | |
| docs. | |||
| 2025-07-23 | Removed double spaces after periods and within phrases. | Sarah Boyce | |
| 2024-11-06 | Fixed #35889 -- Corrected reference of default widgets in "Styling widget ↵ | antoliny0919 | |
| instance" docs. | |||
| 2024-08-02 | Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs. | Mariusz Felisiak | |
| 2024-08-02 | Fixed #35601 -- Added TelInput widget. | lucasesposito | |
| 2024-08-02 | Fixed #35599 -- Added ColorInput widget. | arjunomray | |
| 2024-07-31 | Fixed #35598 -- Added SearchInput widget. | Jeremy Thompson | |
| 2023-08-30 | Fixed #31262 -- Added support for mappings on model fields and ↵ | Nick Pope | |
| ChoiceField's choices. | |||
| 2023-06-09 | Fixed #23049 -- Added %a and %A support to Date.strftime. | sarahboyce | |
| This enables the admin to display the day as locale's abbreviated/full name if %a/%A is used in the date format. | |||
| 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 | |
| Django 5.0. Follow up to 98756c685ee173bbd43f21ed0553f808be835ce5. | |||
| 2023-02-10 | Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. | |||
| 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 | |
| This improves accessibility for screen reader users. | |||
| 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 ↵ | David Smith | |
| appropriate. | |||
| 2021-06-04 | Refs #32338 -- Improved accessibility of RadioSelect examples in docs. | David Smith | |
| Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com> | |||
| 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 | |
| Thanks rgs258 for the report. | |||
| 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 ↵ | David Smith | |
| MultipleHiddenInput's docs. Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb. | |||
| 2020-01-08 | Fixed #31118 -- Made FileInput to avoid the required attribute when initial ↵ | Shubham singh | |
| data exists. | |||
| 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 ↵ | Tobias Kunze | |
| involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review. | |||
| 2019-08-31 | Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt. | Daria Kolodzey | |
| Thanks Emmanuel Cazenave for the report. | |||
| 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 | |
| syntax. | |||
| 2018-01-18 | Removed unnecessary microsecond truncation in SplitDateTimeWidget. | Jon Dufresne | |
| The microseconds are already truncated by the TimeInput subwidget. | |||
| 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 ↵ | Tim Graham | |
| renderer argument. Per deprecation timeline. | |||
| 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 | |
