summaryrefslogtreecommitdiff
path: root/django/newforms/formsets.py
AgeCommit message (Expand)Author
2007-09-07Fixed typo in formsets. Thanks Simon Litchfield.Joseph Kocherhans
2007-09-07Fixed #4867. FormSet.is_valid() now returns False when the FormSet is not bou...Joseph Kocherhans
2007-08-31newforms-admin: Made import visibility of formsets and Media consistent with ...Russell Keith-Magee
2007-08-18newforms-admin: Fixed #5199 -- Corrected is_bound logic for formsets. Well sp...Russell Keith-Magee
2007-08-18newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and Admi...Russell Keith-Magee
2007-08-09newforms-admin: Fixed handling of file uploads in inline formsets.Russell Keith-Magee
2007-07-01newforms-admin: Changed _get_add_forms() and _get_change_forms() so they don'...Adrian Holovaty
2007-07-01newforms-admin: Corrected small error in _get_add_forms() docstringAdrian Holovaty
2007-06-15newforms-admin: Got StackedInline and TabularInline working. The templates st...Joseph Kocherhans
2007-05-24newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to...Joseph Kocherhans
2007-05-15newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontest...Joseph Kocherhans
2007-04-07newforms-admin: Rewrote most of FormSets and associated tests. They now handl...Joseph Kocherhans
2007-03-28newforms-admin: Initial implementation of FormSet.Joseph Kocherhans