summaryrefslogtreecommitdiff
path: root/docs/topics/forms/formsets.txt
AgeCommit message (Expand)Author
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
2012-05-22Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-01-15Added support for specifying initial values to model formsets and inline form...Ramiro Morales
2011-10-04Fixed #16985 -- corrected a few grammar errors in the docs.Alex Gaynor
2011-09-10Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has...Alex Gaynor
2011-09-10Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite...Alex Gaynor
2011-08-18Fixed #16467 -- Restored a previously correct example which was broken in [16...Gabriel Hurley
2011-07-29Fixed #16467 -- Corrected formset code example. Thanks, teraom.Jannis Leidel
2011-06-18Fixed typos introduced in r16430 and r16431. Thanks, magopian.Jannis Leidel
2011-06-17Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets...Jannis Leidel