summaryrefslogtreecommitdiff
path: root/tests/regressiontests/modeladmin
AgeCommit message (Expand)Author
2008-07-17newforms-admin: Fixed #7790 -- Check form fields, not model fields when testi...Brian Rosner
2008-07-17newforms-admin: Fixed #7794 -- Allow BaseModelFormSet classes to work as an i...Brian Rosner
2008-07-16newforms-admin: Fixed #7772 -- Moved the validation check for when both field...Brian Rosner
2008-07-16newforms-admin: Fixed #7771 -- Improved the validation check on the ordering ...Brian Rosner
2008-07-15newforms-admin: Fixed #5374 -- Added validation for ModelAdmin and InlineMode...Brian Rosner
2008-06-26newforms-admin: Fixed #7541 -- RelatedFieldWidgetWrapper now wraps the widget...Brian Rosner
2008-06-12newforms-admin: Fixed #5731 -- Implemented ModelAdmin.radio_fields to match t...Brian Rosner
2008-03-24newforms-admin: Fixed #6866 -- ModelAdmin.get_form and InlineModelAdmin.get_f...Brian Rosner
2008-03-17newforms-admin: Collapsed some of the add/change hooks into a single get meth...Joseph Kocherhans
2007-09-12newforms-admin: Added incredibly sparse tests for ModelAdmin. It's a start.Joseph Kocherhans