| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-17 | [3.0.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices. | Claude Paroz | |
| Backport of 7f85498eef1d8fcc52e4fb70df8041f5452d405a from master | |||
| 2020-07-13 | [3.0.x] Fixed #21528 -- Added note about filtering form field's queryset ↵ | Caio Ariede | |
| based on instance to admin docs. Backport of d38c34119e91a533c797098f150abe99b5ee2fd8 from master | |||
| 2020-04-24 | [3.0.x] Corrected outputting BooleanField as HTML in forms docs. | Tim Schilling | |
| Backport of 34a69c24584ec7d842dbf266659b25527cd73909 from master | |||
| 2020-04-10 | [3.0.x] Refs #10427 -- Corrected BoundField.css_classes() signature in docs. | David Smith | |
| Backport of 734fde771433b9ea525a2b0f4d8ebb3ae426b2fa from master | |||
| 2020-03-14 | [3.0.x] Fixed #31362 -- Removed nonexistent choices attribute from ↵ | David Smith | |
| MultipleHiddenInput's docs. Follow up to 65c13f9675d2ca7fc1c925e7182a2e35d07ff5fb. Backport of 7075d27b0c75f1431f29497f4353cd742906b357 from master | |||
| 2020-01-06 | [3.0.x] Corrected notes about default date/datetime/time input formats. | Claude Paroz | |
| Backport of b23fb2c8198aee5c209bb24c0738d71970cffdc4 from master | |||
| 2020-01-02 | [3.0.x] Fixed typo in ref/forms/widgets.txt. | Mariusz Felisiak | |
| Backport of ef1286e3e3e2ea1a854b0169da2cefed0241903e from master | |||
| 2019-11-26 | [3.0.x] Improved custom MultiWidget example in docs. | Adam Johnson | |
| Backport of 7742cc0c8f620f7b65b02b5018a5f7078325d467 from master | |||
| 2019-11-11 | [3.0.x] Fixed #30252 -- Clarified need to reopen ↵ | Hasan Ramezani | |
| forms.fields.ImageField.image file to access raw image data. Backport of 2282d9f2e5d08fc782087ebe97ab195303a6e79b from master | |||
| 2019-10-25 | [3.0.x] Refs #30908 -- Fixed the empty value of forms.FilePathField in docs. | Mariusz Felisiak | |
| Backport of daa9415f78279855808134e1f40766f6c5f4bdbc from master | |||
| 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-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 | |
| 2019-04-09 | Fixed #30321 -- Added example of changed_data to forms docs. | Bruno Furtado | |
| 2018-09-11 | Emphasized that TemplatesSetting must be used to override widget templates. | Stephen Finucane | |
| 2018-09-04 | Corrected forms.TimeField's default widget in docs. | flh | |
| 2018-08-16 | Fixed #29646 -- Doc'd the validators that each model and form field uses. | Jeff | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 2018-05-12 | Alphabetized imports in various docs. | Mariusz Felisiak | |
| Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f. | |||
| 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-10-25 | Fixed #28474 -- Made DurationField raise ValidationError for inputs that ↵ | Srinivas Reddy Thatiparthy | |
| raised OverflowError. | |||
| 2017-10-20 | Fixed #28729 -- Replaced a numbered list with unordered list in ↵ | Tim Graham | |
| TemplatesSetting docs. | |||
| 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-09-02 | Removed stray versionadded/changed annotations for 1.10. | Tim Graham | |
| 2017-06-05 | Fixed #28102 -- Doc'd how to compute path to built-in widget template ↵ | Windson yang | |
| directories. | |||
| 2017-06-03 | Fixed #28192 -- Required passing optional form field args as keyword args. | Claude Paroz | |
| 2017-06-03 | Fixed typo in docs/ref/forms/fields.txt. | Tim Graham | |
| 2017-06-03 | Refs #28192 -- Fixed documentation of ChoiceField choices requirement | Claude Paroz | |
| Thanks Tim Graham for noticing the issue. | |||
| 2017-05-29 | Removed incorrect "required" attribute in docs/ref/forms/fields.txt. | 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-05-05 | Fixed typo in docs/ref/forms/fields.txt. | Christoph Schindler | |
| 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 | |
| 2017-02-08 | Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>(). | Tim Graham | |
| Thanks Christian Ullrich for the report and review. | |||
| 2017-02-07 | Fixed #5851 -- Allowed specifying different HTML attrs for ↵ | Mariusz Felisiak | |
| SplitDateTimeWidget subwidgets. Thanks Tim Graham and Nick Pope for review. | |||
| 2017-01-26 | Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset. | chillaranand | |
| 2017-01-26 | Refs #23919, #27778 -- Removed obsolete mentions of unicode. | Vytis Banaitis | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2017-01-19 | Refs #23919 -- Removed docs references to long integers. | Tim Graham | |
| 2017-01-18 | Refs #23919 -- Removed Python 2 notes in docs. | Tim Graham | |
