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
/
api.txt
Age
Commit message (
Expand
)
Author
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-12-07
Refs #32339 -- Updated Form API docs to prefer as_div() output style.
David Smith
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-05-05
Fixed #32339 -- Added div.html form template.
David Smith
2022-05-04
Refs #32339 -- Restructured outputting HTML form docs.
Carlton Gibson
2022-04-27
Refs #32339 -- Allowed renderer to specify default form and formset templates.
Carlton Gibson
2022-03-30
Refs #32339 -- Added use_fieldset to Widget.
David
2021-12-09
Refs #32338 -- Added Boundfield.legend_tag().
David Smith
2021-10-06
Refs #31026 -- Improved BoundField.label_tag() docs.
David Smith
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-07-27
Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_init...
Chris Jerdonek
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-04-24
Corrected outputting BooleanField as HTML in forms docs.
Tim Schilling
2020-04-10
Refs #10427 -- Corrected BoundField.css_classes() signature in docs.
David Smith
2020-04-10
Fixed #13009 -- Added BoundField.widget_type property.
David Smith
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-09
Fixed #30321 -- Added example of changed_data to forms docs.
Bruno Furtado
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-05-27
Corrected REPL example in forms docs for Python 3.
Jon Dufresne
2017-05-27
Fixed #27922 -- Added ErrorDict.get_json_data().
Tim Heap
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-10-19
Fixed #27361 -- Used "from django import forms" in forms api docs.
Zach Borboa
2016-08-18
Fixed #27068 -- Unified form field initial data retrieval.
Jon Dufresne
2016-08-17
Fixed incorrect doc reference to Field.initial.
Jon Dufresne
2016-08-04
Fixed #26928 -- Changed forms' checked attribute to HTML5 boolean style.
Jon Dufresne
2016-05-20
Removed versionadded/changed annotations for 1.9.
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-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-09-16
Fixed #25294 -- Allowed custom BoundFields on forms.
Moritz Sichert
2015-08-14
Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txt
Tim Graham
2015-06-04
Fixed #24191 -- Documented Form.changed_data
Alasdair Nicol
2015-05-25
Fixed #24788 -- Allowed Forms to specify a prefix at the class level.
Paweł Marczewski
2015-03-16
Fixed #5986 -- Added ability to customize order of Form fields
Thomas Tanner
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-05
Corrected example in Form.has_changed() docs.
Tim Graham
2014-08-15
Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
Gabriel Muñumel
2014-08-14
Fixed a grammar error in docs/ref/forms/api.txt.
Zhaorong Ma
2014-08-05
Fixed #21792 -- Documented Form.has_changed()
Tim Graham
2014-06-30
Fixed #21942 -- Moved Form.clean() to form API docs.
Tim Graham
2014-06-24
Fixed #22796 -- Added a more basic explanations of forms.
Daniele Procida
2014-05-24
Fixed #22510 -- Harden field removal to only None.
Marc Tamlyn
2014-05-13
Fixed #22533 -- Added label_suffix parameter to form fields.
Julen Ruiz Aizpuru
[next]