I have my models and i would like to make use of the Django change_form template to edit my data, currently i have created my own template that works fine but lacks some of the basic stuff that change_form template might have, like fields validation.
Please give examples showing how i should call the template from my view, and what object variables need to be sent to the template.
Pointers to external projects/links that make use of this templates will be highly appriciated.