| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-01 | [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. | django-bot | |
| 2023-02-15 | [4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div() | David Smith | |
| Backport of 4038a8df0b8c20624ba826cf9af8f532e5a51aaa from main | |||
| 2023-02-10 | [4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples. | Carlton Gibson | |
| Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews. Backport of 534ac4829764f317cf2fbc4a18354fcc998c1425 from main. | |||
| 2022-11-24 | Adjusted BaseFormSet.get_form_kwargs example in docs. | Riccardo Magliocchetti | |
| 2022-05-17 | Removed versionadded/changed annotations for 4.0. | Carlton Gibson | |
| 2022-05-10 | Fixed #33622 -- Allowed customizing error messages for invalid number of forms. | Marc Seguí Coll | |
| Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2022-05-05 | Fixed #32339 -- Added div.html form template. | David Smith | |
| 2022-04-27 | Refs #32339 -- Allowed renderer to specify default form and formset templates. | Carlton Gibson | |
| Co-authored-by: David Smith <smithdc@gmail.com> | |||
| 2021-12-28 | Avoided counting attributes and methods in docs. | Mariusz Felisiak | |
| 2021-09-22 | Fixed #33128 -- Corrected possessive 's usage in FormSet docs. | Joel Farthing | |
| 2021-09-20 | Removed versionadded/changed annotations for 3.2. | Mariusz Felisiak | |
| 2021-09-20 | Fixed #31026 -- Switched form rendering to template engine. | David Smith | |
| Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews. Co-authored-by: Johannes Hoppe <info@johanneshoppe.com> | |||
| 2021-08-03 | Fixed #32984 -- Allowed customizing a deletion field widget in formsets. | Ties Jan Hefting | |
| 2021-07-15 | Fixed #32905 -- Added CSS class for non-form errors of formsets. | Ties Jan Hefting | |
| 2020-12-23 | Removed forms-MAX_NUM_FORMS POST data in docs | Jon Dufresne | |
| The field is ignored server-side and only exists as a client-side convenience. Removing it slightly simplifies the documentation and avoids some distractions. Added note:: for MIN_NUM_FORMS/MAX_NUM_FORMS in Understanding the management form section. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2020-12-15 | Added backticks to code literals in various docs. | Jon Dufresne | |
| 2020-11-05 | Fixed #22276 -- Fixed crash when formset management form is invalid. | Jon Dufresne | |
| Co-authored-by: Patryk Zawadzki <patrys@room-303.com> | |||
| 2020-09-28 | Fixed #32042 -- Improved error messages for the number of submitted forms in ↵ | meghanabhange | |
| formsets. | |||
| 2020-08-18 | Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms. | David Smith | |
| 2020-06-24 | Fixed #9061 -- Allowed FormSets to disable deleting extra forms. | David Smith | |
| Thanks to Dan Ward for the initial patch. | |||
| 2020-06-05 | Fixed #20347 -- Allowed customizing the maximum number of instantiated forms ↵ | David Smith | |
| in formsets. Co-authored-by: ethurgood <ethurgood@gmail.com> | |||
| 2020-05-13 | Removed versionadded/changed annotations for 3.0. | Mariusz Felisiak | |
| 2020-04-28 | Changed django.forms.ValidationError imports to ↵ | François Freitag | |
| django.core.exceptions.ValidationError. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2019-10-30 | Fixed #30917 -- Clarified formsets topic documentation. | Ken Whitesell | |
| 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-06-03 | Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. | Mariusz Felisiak | |
| 2019-04-16 | Fixed #14009 -- Fixed custom formset validation example in docs. | Tobias Kunze | |
| 2019-03-21 | Fixed #29956 -- Allowed overriding an order field widget in formsets. | Hasan Ramezani | |
| 2019-01-14 | Fixed "lets" mistakes in docs. | David Beitey | |
| 2018-05-02 | Fixed #29375 -- Removed empty action attribute on HTML forms. | CHI Cheng | |
| 2018-01-21 | Fixed #29038 -- Removed closing slash from HTML void tags. | Jon Dufresne | |
| 2018-01-13 | Fixed #28761 -- Documented how an inline formset's prefix works. | jaywelborn | |
| 2017-02-01 | Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. | Vytis Banaitis | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super() in docs. | chillaranand | |
| 2016-10-10 | Doc'd the need to provide initial for formset submissions. | Tim Graham | |
| 2016-09-26 | Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt. | Tim Graham | |
| 2016-09-26 | Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt. | Tim Graham | |
| Thanks Kifsif for the suggestion. | |||
| 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 ↵ | Jon Dufresne | |
| fields. | |||
| 2016-02-01 | Fixed #26124 -- Added missing code formatting to docs headers. | rowanv | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2015-12-23 | Fixed #25969 -- Replaced render_to_response() with render() in docs examples. | Tim Graham | |
| 2015-10-28 | Fixed #21516 -- Updated imports paths for some formset functions/classes. | Bryan Marty | |
| Since refs #21489, FormSet classes and factories are exposed on the django.forms package. | |||
| 2015-06-05 | Added release notes for feature added in fe21fb81 | Russell Keith-Magee | |
| 2015-06-04 | Fixed #18166 -- Added form_kwargs support to formsets. | Sergei Maertens | |
| By specifying form_kwargs when instantiating the formset, or overriding the `get_form_kwargs` method on a formset class, you can pass extra keyword arguments to the underlying `Form` instances. Includes tests and documentation update. | |||
| 2015-05-22 | Fixed mistakes in docs/topics/forms/formsets.txt examples. | I am Clinton | |
| 2015-02-01 | Removed versionadded/changed notes for 1.7. | Tim Graham | |
| 2014-12-05 | Fixed #23955 -- Corrected formset fields in topic guide. | Young Yang | |
| 2014-09-10 | Fixed typo in topics/forms/formsets.txt | Tim Graham | |
| 2014-09-08 | Fixed #23307 -- Clarified the way max_num limits the output of formsets. | Octowl | |
| Thanks velle for the report. | |||
