summaryrefslogtreecommitdiff
path: root/django/forms/formsets.py
AgeCommit message (Expand)Author
2009-04-28[1.0.X] Fixed #10082 -- Modified BaseFormSet so that ordering checks work whe...Russell Keith-Magee
2009-03-31[1.0.X] Forms in model formsets and inline formsets can now be deleted even i...Joseph Kocherhans
2009-03-30[1.0.X] Fixed #9587. Formset.is_valid() now returns True if an invalid form i...Joseph Kocherhans
2009-03-17[1.0.X] Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when calle...Jacob Kaplan-Moss
2009-03-10[1.0.X] Fixed #10271, #10281 -- Fixed the handling multiple inline models th...Russell Keith-Magee
2008-08-27Corrected a couple of typos in docstrings of methods in BaseFormSet.Brian Rosner
2008-08-25Fixed #8543: added translation markings to can_delete and can_order form labe...Jacob Kaplan-Moss
2008-07-23Made the semi-private _max_form_count live on the public API of formsets by r...Brian Rosner
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss