django/docs/topics/forms
Joseph Kocherhans 9face54bb7 Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
This is backwards-incompatible if you were doing things to 'initial' in BaseModelFormSet.__init__, or if you relied on the internal _total_form_count or _initial_form_count attributes of BaseFormSet. Those attributes are now public methods.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 15:58:52 +00:00
..
formsets.txt Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save(). 2009-03-30 15:58:52 +00:00
index.txt Fixed #10009 -- Corrected a field reference in an example on rendering hidden fields. Thanks to karihre@gmail.com for the report. 2009-02-22 06:09:03 +00:00
media.txt Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Saelices. 2009-03-24 11:42:34 +00:00
modelforms.txt Added versionadded markers for ModelForm field ordering, added in [10062]. 2009-03-24 11:36:58 +00:00