An irritating gotcha with Django newforms and ModelForm

Posted by: barbara | Date: Jul 07, 2008 | Updated: Sep 09, 2008 | Category: django
ModelForm seems to be the quick, easy, and reliable, way to go to create a form that stays in sync with the model. I've seen a lot of applications that use a separate forms.py, but with ModelForm, you can create a clean, simple form definition just by adding a few ...

Read More