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: I994053b8b18c1de0439242aa45bdf38e5abba630
1 file changed
tree: 5d358a68f136a1d3393483fbd744033d823d6066
  1. .gitreview
  2. xos/