Added AttributeInlineFormSet to force new Attribute instances to be run through the...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 14 Oct 2010 16:29:17 +0000 (12:29 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 14 Oct 2010 16:29:17 +0000 (12:29 -0400)
commit5b04fbdd85de1b641b58c50d605bd45f03ba3189
treec610f94cb426ff9bce7686ec8fcdb7581abd640b
parent345e9cbecf62cf3bc7f697e33512e499a5b94fe4
Added AttributeInlineFormSet to force new Attribute instances to be run through the form's save method for extra processing.
admin/base.py
forms.py