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
/
tests
/
regressiontests
/
forms
/
formsets.py
Age
Commit message (
Expand
)
Author
2010-11-16
Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...
Russell Keith-Magee
2010-10-18
Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...
Honza Král
2010-05-12
Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-12
Fixed #11801 -- Corrected form validation to ensure you can still get deleted...
Russell Keith-Magee
2010-02-23
Fixed #12878. Formset-wide errors are now rendered properly as html.
Joseph Kocherhans
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2009-04-28
Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...
Russell Keith-Magee
2009-03-30
Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...
Joseph Kocherhans
2008-07-23
Made the semi-private _max_form_count live on the public API of formsets by r...
Brian Rosner
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner