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):
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):