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
/
modeltests
/
model_formsets
/
models.py
Age
Commit message (
Expand
)
Author
2009-05-07
Fixed #9493 -- Corrected error handling of formsets that violate unique const...
Russell Keith-Magee
2009-04-18
Fixed #10799: fixed the use of list_editable with model inheritance and custo...
Jacob Kaplan-Moss
2009-03-30
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
Joseph Kocherhans
2009-02-03
Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...
Karen Tracey
2008-12-21
Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...
Karen Tracey
2008-11-01
Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...
Brian Rosner
2008-10-31
Fixed #8882 -- When a foreign key is among the unique_together fields in an i...
Brian Rosner
2008-10-28
Fixed #9462 -- Set the instance in an inline formset correctly so that None d...
Brian Rosner
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-08-31
Enforce max_num=1 on inline model formsets that have a unique foreign key to ...
Brian Rosner
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-29
Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...
Brian Rosner
2008-08-25
Fixed #8542 -- Made the model_formstests tests from [8528] a little less
Malcolm Tredinnick
2008-08-25
Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...
Brian Rosner
2008-08-01
Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...
Brian Rosner
2008-08-01
Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...
Brian Rosner
2008-07-27
Changed one of the model_formsets tests to be immune to the differences in the
Malcolm Tredinnick
2008-07-26
Added an ordering definition to make test output reliable across database bac...
Russell Keith-Magee
2008-07-23
Added the ability to customize the prefix value on an inline formset. Fixes #...
Brian Rosner
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