Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Update forms.py #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update forms.py #64

wants to merge 1 commit into from

Conversation

sonpython
Copy link

fix error:
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form EmailUserChangeForm needs updating.
https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/#selecting-the-fields-to-use

fix error:
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form EmailUserChangeForm needs updating.
https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/#selecting-the-fields-to-use
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant