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
/
renderers.txt
Age
Commit message (
Expand
)
Author
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-05-23
Fixed typo in docs/ref/forms/renderers.txt.
Adam Zapletal
2025-01-15
Refs #32339 -- Removed transitional form renderers per deprecation timeline.
Sarah Boyce
2025-01-15
Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...
Matthias Kestenholz
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2023-03-24
Fixed typos in docs/ref/forms/renderers.txt.
Mariusz Felisiak
2023-03-24
Fixed #34077 -- Added form field rendering.
David Smith
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-18
Refs #32339 -- Deprecated transitional form renderers.
Mariusz Felisiak
2023-01-17
Refs #32339 -- Changed default form and formset rendering style to div-based.
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-08-09
Fixed #33842 -- Used :source: role for links to repo files on GitHub.
Ramil Yanbulatov
2022-08-06
Fixed typo in docs/ref/forms/renderers.txt.
Mariusz Felisiak
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-17
Refs #32339 -- Deprecated default.html form template.
David Smith
2022-04-27
Refs #32339 -- Allowed renderer to specify default form and formset templates.
Carlton Gibson
2022-04-27
Refs #32339 -- Added base form renderer to docs.
Carlton Gibson
2021-12-22
Refs #31026 -- Updated TemplatesSetting docs to refer to forms.
David Smith
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2018-09-11
Emphasized that TemplatesSetting must be used to override widget templates.
Stephen Finucane
2017-10-20
Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSett...
Tim Graham
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-06-05
Fixed #28102 -- Doc'd how to compute path to built-in widget template directo...
Windson yang
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons