commit | 076e11e010d2e3d8344c2ab9e0261cf8985cd3d5 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Mon Jun 27 09:32:41 2016 -0700 |
committer | Gerrit Code Review <gerrit@localhost> | Mon Jun 27 09:32:41 2016 -0700 |
tree | 5bb2741fac282ab5df4fc8d230efa69f35766dbf | |
parent | efe93629334924fe781d2feb8df53c3aa6c11ea0 [diff] | |
parent | 6e786a379d48441c240eb203b9738d3d2de82ac0 [diff] |
Merge "Django 1.8 fails with an ImproperlyConfigured exception when `fields` or `exclude` isn't set:"
diff --git a/xos/admin.py b/xos/admin.py index e372a7d..df73ebb 100644 --- a/xos/admin.py +++ b/xos/admin.py
@@ -28,6 +28,7 @@ class Meta: model = FabricService + fields = '__all__' class FabricServiceAdmin(ReadOnlyAwareAdmin): model = FabricService