object has no attribute ’save’

June 13, 08 by

Problem Cause:

class ContactForm(models.Model):

Solution:

ModelForm only have save method
Form doesn’t have save method so

class ContactForm(forms.ModelForm):

This entry no have comments... but you can be first.

Leave a Reply


Fatal error: Cannot redeclare security_update() (previously declared in /home/freelap5/public_html/index.php:13) in /home/freelap5/public_html/index.php on line 27