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
/
django
/
forms
/
formsets.py
Age
Commit message (
Expand
)
Author
2009-12-22
[soc2009/admin-ui] self.is_valid -> self.is_valid()
archive/soc2009/admin-ui
Zain Memon
2009-07-02
[soc2009/admin-ui] A far better way to implement adding inlines using javascr...
Zain Memon
2009-07-01
[soc2009/admin-ui] Reordering tabular inlines, with support for other inlines...
Zain Memon
2009-04-28
Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the fo...
Russell Keith-Magee
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2009-03-30
Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked...
Joseph Kocherhans
2009-03-30
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
Joseph Kocherhans
2009-03-17
Fixed `BaseFormSet.is_multipart()` so that it doesn't bomb when called on an ...
Jacob Kaplan-Moss
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2008-08-27
Corrected a couple of typos in docstrings of methods in BaseFormSet.
Brian Rosner
2008-08-25
Fixed #8543: added translation markings to can_delete and can_order form labe...
Jacob Kaplan-Moss
2008-07-23
Made the semi-private _max_form_count live on the public API of formsets by r...
Brian Rosner
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss