summaryrefslogtreecommitdiff
path: root/docs/ref/forms
AgeCommit message (Expand)Author
2020-07-13[3.1.x] Fixed #21528 -- Added note about filtering form field's queryset base...Caio Ariede
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-24Corrected outputting BooleanField as HTML in forms docs.Tim Schilling
2020-04-10Refs #10427 -- Corrected BoundField.css_classes() signature in docs.David Smith
2020-04-10Fixed #13009 -- Added BoundField.widget_type property.David Smith
2020-04-09Mentioned non_field_errors in form validation docs.Shrikrishna Singh
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-24Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.David Smith
2020-03-14Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInpu...David Smith
2020-03-12Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a erro...David Smith
2020-01-08Fixed #31118 -- Made FileInput to avoid the required attribute when initial d...Shubham singh
2020-01-07Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input...Claude Paroz
2020-01-06Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs.Claude Paroz
2020-01-06Corrected notes about default date/datetime/time input formats.Claude Paroz
2020-01-02Fixed typo in ref/forms/widgets.txt.Mariusz Felisiak
2019-12-23Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ...Jon Dufresne
2019-12-23Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attri...Jon Dufresne
2019-11-26Improved custom MultiWidget example in docs.Adam Johnson
2019-11-11Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file t...Hasan Ramezani
2019-10-25Refs #30908 -- Fixed the empty value of forms.FilePathField in docs.Mariusz Felisiak
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-08-31Fixed #30738 -- Fixed typo in docs/ref/forms/widgets.txt.Daria Kolodzey
2019-05-17Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2019-04-09Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2018-09-11Emphasized that TemplatesSetting must be used to override widget templates.Stephen Finucane
2018-09-04Corrected forms.TimeField's default widget in docs.flh
2018-08-16Fixed #29646 -- Doc'd the validators that each model and form field uses.Jeff
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2018-03-12Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa
2018-03-07Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne
2018-01-18Removed unnecessary microsecond truncation in SplitDateTimeWidget.Jon Dufresne
2017-10-25Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy
2017-10-20Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSett...Tim Graham
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-22Refs #15667 -- Removed support for Widget.render() methods without the render...Tim Graham
2017-09-02Removed stray versionadded/changed annotations for 1.10.Tim Graham
2017-06-05Fixed #28102 -- Doc'd how to compute path to built-in widget template directo...Windson yang
2017-06-03Fixed #28192 -- Required passing optional form field args as keyword args.Claude Paroz
2017-06-03Fixed typo in docs/ref/forms/fields.txt.Tim Graham
2017-06-03Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-05-29Removed incorrect "required" attribute in docs/ref/forms/fields.txt.Tim Graham
2017-05-27Corrected REPL example in forms docs for Python 3.Jon Dufresne
2017-05-27Fixed #27922 -- Added ErrorDict.get_json_data().Tim Heap
2017-05-05Fixed typo in docs/ref/forms/fields.txt.Christoph Schindler
2017-04-14Double quoted HTML attributes in widget docsClaude Paroz