Add Meta.fields to all ModelForm instances.
Review Request #8692 — Created Jan. 31, 2017 and submitted
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.
Description | From | Last Updated |
---|---|---|
Where did this requirement come up? The documentation doesn't state these are required, just suggested. |
chipx86 |