index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
forms
/
formsets.txt
Age
Commit message (
Expand
)
Author
2010-05-12
Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...
Russell Keith-Magee
2010-05-10
Fixed #11908 -- Clarified the role and usage of the ManagementForm in formset...
Russell Keith-Magee
2010-05-10
Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks t...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-02-01
Updated formset docs to contain the new management form field for max_num val...
Jannis Leidel
2010-01-26
Fixed #12508 - Added ability to dynamically add inlines in the admin app.
Jannis Leidel
2010-01-10
Fixed #10989 -- Fixed typos in formset and widget-media docs. Thanks, falken@...
Adrian Holovaty
2010-01-04
Fixed #12053 - form examples don't validate according to w3c
Luke Plant
2009-07-15
Fixed #10287 -- Added better examples in the docs of formset validation. Than...
Russell Keith-Magee
2009-05-14
Fixed #10795: added a link to model formsets docs from the formsets docs.
Jacob Kaplan-Moss
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2009-03-30
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
Joseph Kocherhans
2008-12-23
Fixed #9780 -- Fixed an undefined internal link in the model forms documentat...
Gary Wilson Jr
2008-11-14
Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.
Malcolm Tredinnick
2008-09-09
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
Adrian Holovaty
2008-08-27
Fixed #8435 -- Documented the `prefix` option on formsets.
Brian Rosner
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss