ModelForm problem

Posted by 47 on Stack Overflow See other posts from Stack Overflow or by 47
Published on 2010-05-14T09:15:30Z Indexed on 2010/05/14 9:34 UTC
Read the original article Hit count: 261

Filed under:
|

I have declared my model classes as found in this link....I now want to customize how my add/edit ModelForm for a Vehicle object is rendered in that I want the year, make, model, and manufacturer fields to be rendered separately as opposed to referring to the one common_vehicle field from the Vehicle class. How can this be done?

© Stack Overflow or respective owner

Related posts about django

Related posts about django-forms