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
When I run "python manage.py runserver", it display the following error although it can run without problem.
\path\to\relate\course\admin.py:226: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form ParticipationFrom needs updating class ParticipationFrom(forms.ModelForm):
The text was updated successfully, but these errors were encountered:
When I run "python manage.py runserver", it display the following error although it can run without problem.
\path\to\relate\course\admin.py:226: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form ParticipationFrom needs updating class ParticipationFrom(forms.ModelForm):
The text was updated successfully, but these errors were encountered: