| Age | Commit message (Expand) | Author |
| 2013-07-08 | [1.6.x] Fixed #16965 -- Clarified Formset can_delete docs. | Tim Graham |
| 2013-06-16 | Fixed #20464 -- Added a `total_error_count` method on formsets. | Baptiste Mispelon |
| 2013-06-11 | FormSet.forms is an iterable, so just iterate over it | Wilfred Hughes |
| 2013-06-10 | Fixed #20578 - Typo in BaseFormSet module name | Tim Graham |
| 2013-05-20 | Fixed #20471 - Typos in topics/forms/formsets.txt | Tim Graham |
| 2013-05-20 | Fixed #20403 -- Ignore forms marked for deletion when validating max_num. | Ryan Kaskel |
| 2013-05-19 | add missing imports to the examples in the 'Forms' | leandrafinger |
| 2013-04-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano |
| 2013-04-15 | Fixed #20263 -- Corrected wording in the formset documentation. | Simon Charette |
| 2013-03-31 | Fixed #8649 - Documented a caveat about dynamically adjusting formsets. | Tim Graham |
| 2013-03-21 | Fixed #20084 -- Provided option to validate formset max_num on server. | Andrew Gorcester |
| 2013-02-23 | Fixed #19686 -- Added HTML5 number input type | Claude Paroz |
| 2013-02-19 | Added a default limit to the maximum number of forms in a formset. | Aymeric Augustin |
| 2013-02-12 | Fixed #19808 Capitalization error in example text | JonLoy |
| 2013-01-02 | Fixed #19516 - Fixed remaining broken links. | Tim Graham |
| 2012-12-29 | Removed versionadded/changed annotations dating back to 1.4. | Aymeric Augustin |
| 2012-12-29 | Fixed broken links, round 4. refs #19516 | Tim Graham |
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin |
| 2012-05-22 | Fixed #18244 -- Documented that formset.has_changed is a 1.4 addition. | Claude Paroz |
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz |
| 2012-01-15 | Added support for specifying initial values to model formsets and inline form... | Ramiro Morales |
| 2011-10-04 | Fixed #16985 -- corrected a few grammar errors in the docs. | Alex Gaynor |
| 2011-09-10 | Fixed #11404. Added ``FormSet.has_changed``, for consistancy with ``Form.has... | Alex Gaynor |
| 2011-09-10 | Make ``Formset.__getitem__`` O(1), rather than O(n). If you override ``__ite... | Alex Gaynor |
| 2011-08-18 | Fixed #16467 -- Restored a previously correct example which was broken in [16... | Gabriel Hurley |
| 2011-07-29 | Fixed #16467 -- Corrected formset code example. Thanks, teraom. | Jannis Leidel |
| 2011-06-18 | Fixed typos introduced in r16430 and r16431. Thanks, magopian. | Jannis Leidel |
| 2011-06-17 | Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets... | Jannis Leidel |
| 2011-03-17 | Changed 'raise' statements to new style syntax in documentation. Thanks DaNma... | Ramiro Morales |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-19 | Corrected a markup error introduced in r14986. | Russell Keith-Magee |
| 2010-12-19 | Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i... | Russell Keith-Magee |
| 2010-12-13 | Fixed #14897 -- fixed some synax highlighting in the formset documentation. ... | Alex Gaynor |
| 2010-11-21 | Fixed #11418 -- formset.cleaned_data no longer raises AttributeError when is_... | Honza Král |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-05-12 | Fixed #13524 -- Added backwards compatibility and feature notes regarding adm... | Russell Keith-Magee |
| 2010-05-10 | Fixed #11908 -- Clarified the role and usage of the ManagementForm in formset... | Russell Keith-Magee |
| 2010-05-10 | Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks t... | Russell Keith-Magee |
| 2010-03-27 | Fixed #13023 - Removed ambiguity with regard to the max_num option of formset... | Jannis Leidel |
| 2010-02-01 | Updated formset docs to contain the new management form field for max_num val... | Jannis Leidel |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-10 | Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@... | Adrian Holovaty |
| 2010-01-04 | Fixed #12053 - form examples don't validate according to w3c | Luke Plant |
| 2009-07-15 | Fixed #10287 -- Added better examples in the docs of formset validation. Than... | Russell Keith-Magee |
| 2009-05-14 | Fixed #10795: added a link to model formsets docs from the formsets docs. | Jacob Kaplan-Moss |
| 2009-04-03 | Fixed a whole bunch of small docs typos, errors, and ommissions. | Jacob Kaplan-Moss |
| 2009-03-30 | Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save(). | Joseph Kocherhans |
| 2008-12-23 | Fixed #9780 -- Fixed an undefined internal link in the model forms documentat... | Gary Wilson Jr |
| 2008-11-14 | Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf. | Malcolm Tredinnick |