summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_formsets
AgeCommit message (Expand)Author
2008-07-27Changed one of the model_formsets tests to be immune to the differences in theMalcolm Tredinnick
2008-07-26Added an ordering definition to make test output reliable across database bac...Russell Keith-Magee
2008-07-23Added the ability to customize the prefix value on an inline formset. Fixes #...Brian Rosner
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