Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structural Bug #1

Open
intellisense opened this issue Mar 1, 2013 · 1 comment
Open

Structural Bug #1

intellisense opened this issue Mar 1, 2013 · 1 comment

Comments

@intellisense
Copy link

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
@jbl2024
Copy link
Owner

jbl2024 commented Mar 3, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants