index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
newforms
/
formsets.py
Age
Commit message (
Expand
)
Author
2008-07-07
newforms-admin: Allow an overridden _construct_form to easily pass parameters...
Brian Rosner
2008-06-11
newforms-admin: Fixed #6075 -- Implemented max_num on formsets and model form...
Brian Rosner
2008-06-10
newforms-admin: Removed the leading underscore from _formset_factory. It was ...
Brian Rosner
2008-06-10
newforms-admin: Fixed #5520 -- Implemented save_as functionality. This also
Brian Rosner
2008-06-07
newforms-admin: Fixed #7391 -- Mark the output of BaseFormSet.as_table safe. ...
Brian Rosner
2008-03-31
newforms-admin: Fixed #6390 -- Added a missing import in django/newforms/form...
Brian Rosner
2008-03-30
newforms-admin: Fixed #6926. Formset management forms now use the proper pref...
Joseph Kocherhans
2008-03-17
newforms-admin: Cleaned up the implementation and APIs of all the formset cla...
Joseph Kocherhans
2007-09-25
newforms-admin: Fixed #5353. Added FormSet validation hook. Separated a few t...
Joseph Kocherhans
2007-09-12
newforms-admin: Fixed #5388. Validation broken for models with > 1 inline for...
Joseph Kocherhans
2007-09-07
Fixed typo in formsets. Thanks Simon Litchfield.
Joseph Kocherhans
2007-09-07
Fixed #4867. FormSet.is_valid() now returns False when the FormSet is not bou...
Joseph Kocherhans
2007-08-31
newforms-admin: Made import visibility of formsets and Media consistent with ...
Russell Keith-Magee
2007-08-18
newforms-admin: Fixed #5199 -- Corrected is_bound logic for formsets. Well sp...
Russell Keith-Magee
2007-08-18
newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and Admi...
Russell Keith-Magee
2007-08-09
newforms-admin: Fixed handling of file uploads in inline formsets.
Russell Keith-Magee
2007-07-01
newforms-admin: Changed _get_add_forms() and _get_change_forms() so they don'...
Adrian Holovaty
2007-07-01
newforms-admin: Corrected small error in _get_add_forms() docstring
Adrian Holovaty
2007-06-15
newforms-admin: Got StackedInline and TabularInline working. The templates st...
Joseph Kocherhans
2007-05-24
newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to...
Joseph Kocherhans
2007-05-15
newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontest...
Joseph Kocherhans
2007-04-07
newforms-admin: Rewrote most of FormSets and associated tests. They now handl...
Joseph Kocherhans
2007-03-28
newforms-admin: Initial implementation of FormSet.
Joseph Kocherhans