summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/formsets.py
AgeCommit message (Expand)Author
2009-04-28Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...Russell Keith-Magee
2009-03-30Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...Joseph Kocherhans
2008-07-23Made the semi-private _max_form_count live on the public API of formsets by r...Brian Rosner
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner