summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_formsets/models.py
AgeCommit message (Expand)Author
2008-09-02Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...Brian Rosner
2008-09-01Fixed #7975 -- Callable defaults in inline model formsets now work correctly....Brian Rosner
2008-09-01Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...Jacob Kaplan-Moss
2008-08-31Enforce max_num=1 on inline model formsets that have a unique foreign key to ...Brian Rosner
2008-08-31Fixed handling of primary keys in model formsets. Model formsets should now w...Brian Rosner
2008-08-29Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...Brian Rosner
2008-08-25Fixed #8542 -- Made the model_formstests tests from [8528] a little lessMalcolm Tredinnick
2008-08-25Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...Brian Rosner
2008-08-01Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...Brian Rosner
2008-08-01Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...Brian Rosner
2008-07-27Changed one of the model_formsets tests to be immune to the differences in theMalcolm Tredinnick
2008-07-26Added an ordering definition to make test output reliable across database bac...Russell Keith-Magee
2008-07-23Added the ability to customize the prefix value on an inline formset. Fixes #...Brian Rosner
2008-07-23Made the semi-private _max_form_count live on the public API of formsets by r...Brian Rosner
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner