Add Meta.fields to all ModelForm instances.
Review Request #8692 — Created Jan. 31, 2017 and submitted — Latest diff uploaded
A new change in Django 1.8 requires
ModelForm
s to define eitherfields
or
excludes
. This change addsfields
to all ModelForms that need it.
- Ran unit tests.
- Tested adding a new repository.