Re: EntryAdmin.form does not inherit from BaseModelForm.

2012-10-03 Thread Chris Fox
ine: > > Django Version:1.3.1Exception Type:ImproperlyConfiguredException Value: > > EntryAdmin.form does not inherit from BaseModelForm. > > Exception > Location:/home/cjfox/webapps/django_1_3_1/starship/django/contrib/admin/validation.py > > in validate_base, line 292Pyt

EntryAdmin.form does not inherit from BaseModelForm.

2012-09-29 Thread Chris Fox
Hello, I'm having a strange issue where I get the following exception on my production server, but have no issues on my dev machine: Django Version:1.3.1Exception Type:ImproperlyConfiguredException Value: EntryAdmin.form does not inherit from BaseModelForm. Exception Location:/home/cjfox