You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
Environment:
The text was updated successfully, but these errors were encountered: