summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/formsets.py
AgeCommit message (Expand)Author
2010-03-12[1.1.X] Fixed #11801 -- Corrected form validation to ensure you can still get...Russell Keith-Magee
2010-02-23[1.1.x] Fixed #12878. Formset-wide errors are now rendered properly as html. ...Joseph Kocherhans
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