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: I68dd6b8c67a1590f18d4924512319bb32272aa5a
1 file changed
tree: 1ab69c0100540455aa24b885e700b0feb47b11e2
  1. .gitreview
  2. xos/