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: I3cba9ab7f3e37e481d55d36ded1ee4ddb8c3ecf0
1 file changed
tree: 4198e4907692932bc91adc9731c32faec571962c
  1. .cloudbees.md
  2. .gitignore
  3. .gitreview
  4. README.md
  5. api/
  6. app/
  7. pom.xml
  8. xos/
README.md

ONOS OLT OpenFlow Control Application

Build

Let's build all the code

mvn clean install