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
Age
Commit message (
Expand
)
Author
2021-10-07
[4.0.x] Refs #31026 -- Improved BoundField.label_tag() docs.
David Smith
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
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-07-27
Fixed #32933 -- Documented BoundField.initial as preferred over Form.get_init...
Chris Jerdonek
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-26
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...
Jerin Peter George
2021-01-14
Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...
Mariusz Felisiak
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-12-15
Added backticks to code literals in various docs.
Jon Dufresne
2020-10-17
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
Claude Paroz
2020-10-08
Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widg...
Jacob Walls
2020-09-25
Fixed #28009 -- Doc'd empty_value for CharField subclasses.
David Smith
2020-09-25
Fixed empty values of forms.JSONField and forms.UUIDField in docs.
David Smith
2020-09-25
Fixed typo and indentation in docs/ref/forms/fields.txt.
Mariusz Felisiak
2020-09-21
Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...
Mariusz Felisiak
2020-09-02
Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
Carlton Gibson
2020-08-21
Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.
Ninad Kulkarni
2020-08-18
Refs #17642 -- Doc'd min_num and validate_min arguments in modelformset_facto...
Mariusz Felisiak
2020-07-13
Fixed #21528 -- Added note about filtering form field's queryset based on ins...
Caio Ariede
2020-06-24
Fixed #9061 -- Allowed FormSets to disable deleting extra forms.
David Smith
2020-06-05
Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ...
David Smith
2020-06-03
Preferred usage of among/while to amongst/whilst.
David Smith
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
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
2020-04-09
Mentioned non_field_errors in form validation docs.
Shrikrishna Singh
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-03-12
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...
David Smith
2020-01-08
Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...
Shubham singh
2020-01-07
Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...
Claude Paroz
2020-01-06
Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.
Claude Paroz
2020-01-06
Corrected notes about default date/datetime/time input formats.
Claude Paroz
2020-01-02
Fixed typo in ref/forms/widgets.txt.
Mariusz Felisiak
2019-12-23
Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...
Jon Dufresne
2019-12-23
Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attri...
Jon Dufresne
2019-11-26
Improved custom MultiWidget example in docs.
Adam Johnson
2019-11-11
Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...
Hasan Ramezani
2019-10-25
Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.
Mariusz Felisiak
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-17
Changed docs to link to Python's description of iterable.
Jon Dufresne
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
[next]