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
ModelForms to define eitherfieldsor
excludes. This change addsfieldsto all ModelForms that need it.
- Ran unit tests.
- Tested adding a new repository.