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