Structural Bug
Opened this issue · 1 comments
if choosen NEWSLETTER_SUBSCRIBER_VERIFICATION=False then in ContactAdmin class under contact.py the verified field should not be included in list_display and fieldsets.
Because of this I have received following error:
Exception Type: ImproperlyConfigured
Exception Value: 'ContactAdmin.fieldsets[2][1]['fields']' refers to field 'verified' that is missing from the form.
Environment:
python 2.7.3
django 1.4
Thank you for reporting this issue.
FYI, the official repo for this project is https://github.com/emencia/emencia-django-newsletter/
It has much more activity than mine which is used solely for personal use so i would suggest you to test the official repo to check wether this issue still apply.
If you are stuck with my version, just tell me and i will look in details for fixing this issue.
Regards.