Posts for January 2008

Jan 01

Django ModelForm and newforms

Browsing the Django code after a recent svn up shows that newforms.form_for_instance and friends are deprecated and that you should use a ModelForm instead. This post gives a brief example of how to do this.