summaryrefslogtreecommitdiff
path: root/docs/topics/forms/formsets.txt
AgeCommit message (Expand)Author
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-13Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn
2017-02-01Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.Vytis Banaitis
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2016-10-10Doc'd the need to provide initial for formset submissions.Tim Graham
2016-09-26Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.Tim Graham
2016-09-26Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.Tim Graham
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form f...Jon Dufresne
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-10-28Fixed #21516 -- Updated imports paths for some formset functions/classes.Bryan Marty
2015-06-05Added release notes for feature added in fe21fb81Russell Keith-Magee
2015-06-04Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens
2015-05-22Fixed mistakes in docs/topics/forms/formsets.txt examples.I am Clinton
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-05Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-09-10Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-08Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-08-19Removed unnecessary code-block directives.areski
2014-06-24Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida
2014-06-04Fixed #22747 -- Add backwards compatibility tip for new behavior of formset.s...Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2013-09-19Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-07-23Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham
2013-07-08Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-11FormSet.forms is an iterable, so just iterate over itWilfred Hughes
2013-06-10Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-05-20Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham
2013-05-20Fixed #20403 -- Ignore forms marked for deletion when validating max_num.Ryan Kaskel
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-15Fixed #20263 -- Corrected wording in the formset documentation.Simon Charette
2013-03-31Fixed #8649 - Documented a caveat about dynamically adjusting formsets.Tim Graham
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-12Fixed #19808 Capitalization error in example textJonLoy
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin