Django 1.8 fails with an ImproperlyConfigured exception when `fields` or
`exclude` isn't set:

```
class Meta:
 fields = '__all__'
 ```

on all descendents of ModelForm.

Omitting this is deprecated in 1.7:

https://docs.djangoproject.com/en/1.7/topics/forms/modelforms/#selecting-the-fields-to-use

Change-Id: I639691b2d5471c384be8fe994725fc2a2d960012
1 file changed
tree: 8b5d9dab4a42a4bc61a46c6b8a1b3fc069995687
  1. .gitreview
  2. xos/