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: Ie42c94c436dc06e15629b5ed289973c631d6bdf3
1 file changed
tree: 04908d73a44f1860baac47528c50ee06150aa417
  1. .gitreview
  2. xos/